summaryrefslogtreecommitdiffstats
path: root/core/modules/idleaction
diff options
context:
space:
mode:
authorSimon Rettberg2017-03-02 12:11:47 +0100
committerSimon Rettberg2017-03-02 12:11:47 +0100
commitdebe223b040409e9f7a38c15f767762931124a38 (patch)
treeca32c41db0f402a3c6cf87ad2e97d2013a78b52b /core/modules/idleaction
parent[idleaction] Patch xprintidle to not use the creepy workaround anymore (diff)
downloadmltk-debe223b040409e9f7a38c15f767762931124a38.tar.gz
mltk-debe223b040409e9f7a38c15f767762931124a38.tar.xz
mltk-debe223b040409e9f7a38c15f767762931124a38.zip
[idleaction] *FACEPALM*
............................................________ ....................................,.-‘”...................``~., .............................,.-”...................................“-., .........................,/...............................................”:, .....................,?......................................................\, .................../...........................................................,} ................./......................................................,:`^`..} .............../...................................................,:”........./ ..............?.....__.........................................:`.........../ ............./__.(.....“~-,_..............................,:`........../ .........../(_....”~,_........“~,_....................,:`........_/ ..........{.._$;_......”=,_.......“-,_.......,.-~-,},.~”;/....} ...........((.....*~_.......”=-._......“;,,./`..../”............../ ...,,,___.\`~,......“~.,....................`.....}............../ ............(....`=-,,.......`........................(......;_,,-” ............/.`~,......`-...............................\....../\ .............\`~.*-,.....................................|,./.....\,__ ,,_..........}.>-._\...................................|..............`=~-, .....`=~-,_\_......`\,.................................\ ...................`=~-,,.\,...............................\ ................................`:,,...........................`\..............__ .....................................`=-,...................,%`>--==`` ........................................_\..........._,-%.......`\ ...................................,<`.._|_,-&``................`\
Diffstat (limited to 'core/modules/idleaction')
-rw-r--r--core/modules/idleaction/xprintidle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/idleaction/xprintidle.c b/core/modules/idleaction/xprintidle.c
index eae02988..2e087601 100644
--- a/core/modules/idleaction/xprintidle.c
+++ b/core/modules/idleaction/xprintidle.c
@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
//printf("%lu\n", workaroundCreepyXServer(dpy, ssi.idle));
// Apparently not needed anymore since some recent X11 release.
- printf("%lu\n", dpy, ssi->idle);
+ printf("%lu\n", ssi->idle);
XFree(ssi);
XCloseDisplay(dpy);