diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:23 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:23 +0000 |
commit | dc0f15394719e18bb9b01e70468f4d9908488d35 (patch) | |
tree | 7ab8dfcac5f42c5c2951a6007e45a45d53a09537 /wq.h | |
parent | e29f1f1ed2128d7382a72ccb1684045fe4bc8183 (diff) |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'wq.h')
-rw-r--r-- | wq.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,6 +26,10 @@ other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/programs/xmodmap/wq.h,v 1.5 2001/12/14 20:02:13 dawes Exp $ */ + +#ifndef _WQ_H +#define _WQ_H /* * Input is parsed and a work queue is built that is executed later. This @@ -141,3 +145,5 @@ extern struct modtab { #define AllocStruct(s) ((s *) malloc (sizeof (s))) #define MAXKEYSYMNAMESIZE 80 /* absurdly large */ + +#endif |