diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-02-03 23:43:18 +1100 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-02-17 22:52:07 +0200 |
commit | 1332343910a1880854bae21a790cff198855cd24 (patch) | |
tree | 0cc6b9746171f7eea6ee5b122cebd829addfd928 /include/xkbstr.h | |
parent | 534fc5140b039a8c98ab715d0a6740d513b41209 (diff) |
XKB: Remove usage of client-side types
Since we're no longer sharing with Xlib, don't pass Displays and XPointers
everywhere.
Diffstat (limited to 'include/xkbstr.h')
-rw-r--r-- | include/xkbstr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xkbstr.h b/include/xkbstr.h index e519e657d..f390c611c 100644 --- a/include/xkbstr.h +++ b/include/xkbstr.h @@ -418,7 +418,6 @@ typedef struct _XkbGeometry *XkbGeometryPtr; * Tie it all together into one big keyboard description */ typedef struct _XkbDesc { - struct _XDisplay * dpy; unsigned short flags; unsigned short device_spec; KeyCode min_key_code; |