diff options
| author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:21 +0000 |
|---|---|---|
| committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:21 +0000 |
| commit | bca9de39e47915119188218e706c15147931ea1a (patch) | |
| tree | 16156002cec534bbcbc07eedc5b816cadfd2ec02 /include/X11 | |
| parent | 2a937f1ac60d78a64fb86f30f11fa1315bbd6e65 (diff) | |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'include/X11')
| -rw-r--r-- | include/X11/extensions/XKBui.h | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/include/X11/extensions/XKBui.h b/include/X11/extensions/XKBui.h index aeb9cb5..2a8b73b 100644 --- a/include/X11/extensions/XKBui.h +++ b/include/X11/extensions/XKBui.h @@ -26,6 +26,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ +/* $XFree86: xc/lib/xkbui/XKBui.h,v 3.1 2003/11/17 22:20:25 dawes Exp $ */ #include <X11/Xlib.h> #include <X11/XKBlib.h> @@ -113,103 +114,79 @@ typedef struct _XkbUI_Select { _XFUNCPROTOBEGIN extern XkbUI_ViewPtr XkbUI_SimpleInit( -#if NeedFunctionPrototypes Display * /* dpy */, Window /* win */, int /* width */, int /* height */ -#endif ); extern XkbUI_ViewPtr XkbUI_Init( -#if NeedFunctionPrototypes Display * /* dpy */, Window /* win */, int /* width */, int /* height */, XkbDescPtr /* xkb */, XkbUI_ViewOptsPtr /* view */ -#endif ); extern Status XkbUI_SetViewOpts( -#if NeedFunctionPrototypes XkbUI_ViewPtr /* view */, XkbUI_ViewOptsPtr /* opts */ -#endif ); extern Status XbUI_GetViewOpts( -#if NeedFunctionPrototypes XkbUI_ViewPtr /* view */, XkbUI_ViewOptsPtr /* opts_rtrn */ -#endif ); extern Status XkbUI_SetCanvasSize( -#if NeedFunctionPrototypes XkbUI_ViewPtr /* view */, int /* width */, int /* height */ -#endif ); extern Status XkbUI_GetCanvasSize( -#if NeedFunctionPrototypes XkbUI_ViewPtr /* view */, int * /* width_rtrn */, int * /* height_rtrn */ -#endif ); extern Bool XkbUI_SetKeyAppearance( -#if NeedFunctionPrototypes XkbUI_ViewPtr /* view */, KeyCode /* kc */, unsigned /* flags */ -#endif ); extern Bool XkbUI_SetKeyAppearanceByName( -#if NeedFunctionPrototypes XkbUI_ViewPtr /* view */, XkbKeyNamePtr /* name */, unsigned /* flags */ -#endif ); extern Bool XkbUI_ResetKeyAppearance( -#if NeedFunctionPrototypes XkbUI_ViewPtr /* view */, unsigned int /* mask */, unsigned int /* values */ -#endif ); extern Bool XkbUI_DrawRegion( -#if NeedFunctionPrototypes XkbUI_ViewPtr /* view */, XRectangle * /* viewport */ -#endif ); extern Bool XkbUI_DrawChanged( -#if NeedFunctionPrototypes XkbUI_ViewPtr /* view */, XRectangle * /* viewport */, XkbChangesPtr /* changes */, int /* num_keys */, XkbKeyNamePtr /* keys */ -#endif ); extern Bool XkbUI_Select( -#if NeedFunctionPrototypes XkbUI_ViewPtr /* view */, XPoint * /* coord */, unsigned int /* which */, XkbSectionPtr /* section */ -#endif ); _XFUNCPROTOEND |
