summaryrefslogtreecommitdiff
path: root/xkb/xkb.h
AgeCommit message (Collapse)AuthorFilesLines
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-2/+0
Create extinit.h (and xf86Extensions.h, for Xorg-specific extensions) to hold all our extension initialisation prototypes, rather than duplicating them everywhere. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
2009-07-30xkb: move XkbFilterEvents to xkbsrv.hPeter Hutterer1-2/+0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-20XKB: Move XkbCopyKeymap definition to xkbsrv.hDaniel Stone1-6/+0
Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2008-02-17XKB: Move headers into the server treeDaniel Stone1-1/+4
We need to start breaking the XKB API to enforce sanity, so drag whichever headers we need to do so into the server tree, as the client API is set in stone, being part of Xlib.
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-42/+0
The former <X11/extensions/XKBsrv.h> has been pulled into the server now as include/xkbsrv.h, and the world updated to look for it in the new place, since it made no sense to define server API in an extension header. Any further work along this line will need to do similar things with XKBgeom.h and friends.
2006-08-23XkbCopyKeymap: optionally send NewKeyboardNotify/MapNotify eventsDaniel Stone1-1/+2
Optionally send a NewKeyboardNotify or MapNotify event when copying the keymap; modify GetKeyboardValuatorEvents to make use of this.
2006-08-23xkb/gkve: copy XKB map, not pointer-assignDaniel Stone1-0/+4
Write a new function to copy an XKB map (does everything but geometry at the moment), and use that instead of nasty pointer assignments.
2006-03-25Remove INITARGS braindamage, change to void; add XkbExtensionInit prototypeDaniel Stone1-0/+2
to xkb.h. Explicitly initialise nTypes in xkb.c.
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25Initial revisionKaleb Keithley1-0/+72