diff options
Diffstat (limited to 'include/dix.h')
-rw-r--r-- | include/dix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dix.h b/include/dix.h index 14d6843e3..8da218936 100644 --- a/include/dix.h +++ b/include/dix.h @@ -434,7 +434,7 @@ extern int GrabDevice( unsigned /* ownerEvents */, Time /* ctime */, Mask /* mask */, - Bool /* coreGrab */, + int /* grabtype */, Cursor /* curs */, Window /* confineToWin */, CARD8 * /* status */); |