mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
include: mark CoreProcessPointerEvent, CoreProcessKeyboardEvent as deprecated.
ProcessOtherEvent does all the work now.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user