aboutsummaryrefslogtreecommitdiffstats
path: root/src/xlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xlib.c')
-rw-r--r--src/xlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xlib.c b/src/xlib.c
index b8163a2..3025f16 100644
--- a/src/xlib.c
+++ b/src/xlib.c
@@ -144,6 +144,7 @@ void setaspect(unsigned int w, unsigned int h){
/* Alt-F4 silent. Keeps people happy */
int xquit(Display *d){
+ (void)d;
exit(EXIT_SUCCESS);
return 0;
}