(!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:
Enrico Weigelt, metux IT consult
2024-09-04 13:46:01 +02:00
parent bf6a51f7b6
commit 8b4ba70ef3
2 changed files with 3 additions and 4 deletions

View File

@@ -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 */ );