mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-21 07:30:55 +00:00
forgot to rename some SendKeyEvents functions
This commit is contained in:
parent
d14e18e42f
commit
d7f0ffef60
3 changed files with 3 additions and 3 deletions
|
@ -365,7 +365,7 @@ void Sys_Sleep (void)
|
|||
}
|
||||
|
||||
|
||||
void Sys_SendKeyEvents (void)
|
||||
void IN_SendKeyEvents (void)
|
||||
{
|
||||
MSG msg;
|
||||
|
||||
|
|
|
@ -133,7 +133,7 @@ void Sys_Sleep (void)
|
|||
{
|
||||
}
|
||||
|
||||
void Sys_SendKeyEvents (void)
|
||||
void IN_SendKeyEvents (void)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -894,7 +894,7 @@ static void GetEvent(void)
|
|||
}
|
||||
|
||||
|
||||
void Sys_SendKeyEvents(void)
|
||||
void IN_SendKeyEvents(void)
|
||||
{
|
||||
/* Get events from LibGGI */
|
||||
if (ggivis) {
|
||||
|
|
Loading…
Reference in a new issue