mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 05:50:06 +01:00
include: mark CoreProcessPointerEvent, CoreProcessKeyboardEvent as deprecated.
ProcessOtherEvent does all the work now.
This commit is contained in:
parent
d323fd6420
commit
8949d81a3c
1 changed files with 3 additions and 3 deletions
|
|
@ -375,12 +375,12 @@ extern void ProcessKeyboardEvent(
|
|||
extern void CoreProcessPointerEvent(
|
||||
xEventPtr /*xE*/,
|
||||
DeviceIntPtr /*mouse*/,
|
||||
int /*count*/);
|
||||
int /*count*/) _X_DEPRECATED;
|
||||
|
||||
extern void CoreProcessKeyboardEvent(
|
||||
extern _X_DEPRECATED void CoreProcessKeyboardEvent(
|
||||
xEventPtr /*xE*/,
|
||||
DeviceIntPtr /*keybd*/,
|
||||
int /*count*/);
|
||||
int /*count*/) _X_DEPRECATED;
|
||||
#endif
|
||||
|
||||
extern Bool LegalModifier(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue