]> git.sur5r.net Git - i3/i3/blobdiff - src/cfgparse.y
Only resize when the left/right mouse button is used, not when scrolling (Thanks...
[i3/i3] / src / cfgparse.y
index 676e0d111181d0c9124a08e7c34e9386e1d63e47..7aeb0a7eb48eb6a37394680db480603b8081ce64 100644 (file)
@@ -51,7 +51,7 @@ void yyerror(const char *error_message) {
     ELOG("\n");
 }
 
-int yywrap() {
+int yywrap(void) {
     return 1;
 }