summaryrefslogtreecommitdiff
path: root/xinerama.c
AgeCommit message (Collapse)Author
2012-10-26bugfix: free(reply) to avoid memory leakMichael Stapelberg
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-03-26Only output text when in debug mode (fixes problems with xautolock)Michael Stapelberg
2012-01-03Implement Xinerama support (not used yet)Michael Stapelberg