summaryrefslogtreecommitdiff
path: root/xinerama.c
AgeCommit message (Collapse)Author
2015-04-21Update copyright notices and get rid of rangesDeiz
The script used to make these changes can be found at: https://gist.github.com/Deiz/32322020f76d23e2bf8f
2015-03-16clang-format -i **/*.[ch]Michael Stapelberg
From here on, we’ll use clang-format to automatically format the source. This has worked well in i3, so we are introducing it for i3lock.
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