summaryrefslogtreecommitdiff
path: root/src/XListDProp.c
AgeCommit message (Collapse)Author
2011-05-19Silence compiler warning in XListDProp.cPeter Hutterer
XListDProp.c: In function 'XListDeviceProperties': XListDProp.c:72:9: warning: pointer targets in passing argument 2 of '_XRead32' differ in signedness /usr/include/X11/Xlibint.h:652:13: note: expected 'long int *' but argument is of type 'Atom *' Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-29Return NULL on error, and match LockDisplay with UnlockDisplay.Paulo Cesar Pereira de Andrade
2008-07-09Add support for input device properties requests.Peter Hutterer