summaryrefslogtreecommitdiff
path: root/XKBstr.h
Commit message (Collapse)AuthorAgeFilesLines
* kbproto: Fix typo in XkbSARedirectSetVModswettstae@gmail.com2015-03-111-2/+2
| | | | | | | | | An apparent copy/paste bug in the macro XkbSARedirectSetVMods, which breaks using RedirectKey actions with virtual modifiers. Signed-off-by: Andreas Wettstein <wettstae@gmail.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Drop WORD64 (Cray) supportAlan Coopersmith2013-08-161-6/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add comments about sizes of dynamically allocated arraysAlan Coopersmith2013-08-161-0/+21
| | | | | | | | | | | | | | | | | Many arrays have sz_* or size_* fields to list the number of entries allocated, and num_* fields to record the number of entries used. Others use num_* for the number allocated, or size based on max_key_code. And a few are just plain trying to mess with your head. (I'm looking at you XkbNamesRec & XkbKeyTypeRec.) It sure would have been nice if all the XKB authors could have picked a single convention and stuck to it, but we're 20 years too late for that now, so just document it so I can stop reverse engineering from the code every time I need to see if we got a bounds check right or not. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Tell clang not to report -Wpadded warnings on public headers we can't fixAlan Coopersmith2013-03-021-0/+14
| | | | | | Better to silence the compiler warning than break ABI. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Purge cvs tags.Jesse Adkins2010-10-061-1/+0
| | | | | Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* R6.6 is the Xorg base-lineXORG-MAINXORG-STABLEKaleb Keithley2003-11-141-0/+614