summaryrefslogtreecommitdiff
path: root/xkb/xkbgeom.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 /xkb/xkbgeom.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 'xkb/xkbgeom.h')
-rw-r--r--xkb/xkbgeom.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/xkb/xkbgeom.h b/xkb/xkbgeom.h
index a6918b4b9..173affee9 100644
--- a/xkb/xkbgeom.h
+++ b/xkb/xkbgeom.h
@@ -599,13 +599,6 @@ XkbAllocGeometry(
XkbGeometrySizesPtr /* sizes */
);
-extern Status
-XkbSetGeometry(
- Display * /* dpy */,
- unsigned /* deviceSpec */,
- XkbGeometryPtr /* geom */
-);
-
extern Bool
XkbComputeShapeTop(
XkbShapePtr /* shape */,
@@ -637,19 +630,6 @@ XkbFindOverlayForKey(
char * /* under */
);
-extern Status
-XkbGetGeometry(
- Display * /* dpy */,
- XkbDescPtr /* xkb */
-);
-
-extern Status
-XkbGetNamedGeometry(
- Display * /* dpy */,
- XkbDescPtr /* xkb */,
- Atom /* name */
-);
-
_XFUNCPROTOEND
#endif /* _XKBGEOM_H_ */