mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
(!1359) dix: CreateGrab() rename "type" parameter to "eventType"
Make it clear what exactly this parameter is for. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -41,7 +41,7 @@ extern GrabPtr CreateGrab(int /* client */ ,
|
||||
enum InputLevel /* grabtype */ ,
|
||||
GrabMask * /* mask */ ,
|
||||
struct _GrabParameters * /* param */ ,
|
||||
int /* type */ ,
|
||||
int /* eventType */ ,
|
||||
KeyCode /* keybut */ ,
|
||||
WindowPtr /* confineTo */ ,
|
||||
CursorPtr /* cursor */ );
|
||||
|
||||
Reference in New Issue
Block a user