summaryrefslogtreecommitdiff
path: root/vmod.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:22 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:22 +0000
commit287ac4c6af61d8f9f95cd3b3219c979e1329a2fe (patch)
tree8e4ea351343b9404a9724600e98d417794c14c4b /vmod.h
parent262961d88faf67f69f4630acb8234a4f2c5a6e80 (diff)
downloadxorg-app-xkbcomp-287ac4c6af61d8f9f95cd3b3219c979e1329a2fe.tar.gz
Diffstat (limited to 'vmod.h')
-rw-r--r--vmod.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/vmod.h b/vmod.h
index eddf312..b98183b 100644
--- a/vmod.h
+++ b/vmod.h
@@ -24,6 +24,8 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
+/* $XFree86: xc/programs/xkbcomp/vmod.h,v 1.3 2002/07/01 02:26:01 tsi Exp $ */
+
#ifndef VMOD_H
#define VMOD_H 1
@@ -36,66 +38,50 @@ typedef struct _VModInfo {
} VModInfo;
extern void InitVModInfo(
-#if NeedFunctionPrototypes
VModInfo * /* info */,
XkbDescPtr /* xkb */
-#endif
);
extern void ClearVModInfo(
-#if NeedFunctionPrototypes
VModInfo * /* info */,
XkbDescPtr /* xkb */
-#endif
);
extern Bool HandleVModDef(
-#if NeedFunctionPrototypes
VModDef * /* stmt */,
unsigned /* mergeMode */,
VModInfo * /* info */
-#endif
);
extern Bool ApplyVModDefs(
-#if NeedFunctionPrototypes
VModInfo * /* info */,
XkbDescPtr /* xkb */
-#endif
);
extern int LookupVModIndex(
-#if NeedFunctionPrototypes
XPointer /* priv */,
Atom /* elem */,
Atom /* field */,
unsigned /* type */,
ExprResult * /* val_rtrn */
-#endif
);
extern int LookupVModMask(
-#if NeedFunctionPrototypes
XPointer /* priv */,
Atom /* elem */,
Atom /* field */,
unsigned /* type */,
ExprResult * /* val_rtrn */
-#endif
);
extern int FindKeypadVMod(
-#if NeedFunctionPrototypes
XkbDescPtr /* xkb */
-#endif
);
extern Bool ResolveVirtualModifier(
-#if NeedFunctionPrototypes
ExprDef * /* def */,
ExprResult * /* value_rtrn */,
VModInfo * /* info */
-#endif
);
#endif /* VMOD_H */