summaryrefslogtreecommitdiff
path: root/include/xkbstr.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2008-02-03 23:43:18 +1100
committerDaniel Stone <daniel@fooishbar.org>2008-02-17 22:52:07 +0200
commit1332343910a1880854bae21a790cff198855cd24 (patch)
tree0cc6b9746171f7eea6ee5b122cebd829addfd928 /include/xkbstr.h
parent534fc5140b039a8c98ab715d0a6740d513b41209 (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.h1
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;