1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2024-11-11 13:50:52 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Michael Stapelberg
1d08065fe0 bugfix: free(reply) to avoid memory leak 2012-10-26 20:21:53 +02:00
Michael Stapelberg
dc2b6e5f39 Use (void) instead of () for functions without args (Thanks fernandotcl)
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-04-01 12:28:28 +02:00
Michael Stapelberg
be21951062 Only output text when in debug mode (fixes problems with xautolock) 2012-03-26 19:54:47 +02:00
Michael Stapelberg
fd64bde0cb Implement Xinerama support (not used yet) 2012-01-03 23:10:56 +00:00