summaryrefslogtreecommitdiff
path: root/xinerama.h
AgeCommit message (Collapse)Author
2012-04-01Use (void) instead of () for functions without args (Thanks fernandotcl)Michael Stapelberg
See also: http://article.gmane.org/gmane.linux.kernel/1268792 The C compiler will handle (void) as "no arguments" and () as "variadic function" (equivalent to (...)) which might lead to subtle errors, such as the one which was fixed with commit 0ea64ae4.
2012-01-04draw the unlock indicator in the middle of every screenMichael Stapelberg
2012-01-03Implement Xinerama support (not used yet)Michael Stapelberg