Commit Diff


commit - ae80152942c8b3656641b4a0134042375164dc6e
commit + b0d7c215859f43c8e319f8c959809d09c3cb8499
blob - ca4b44a2b22aa8f0be6776b8f79f596c9f15af4d
blob + 653eea6e2fdd3c509161eb2363c1e931beeda809
--- mymenu.c
+++ mymenu.c
@@ -41,7 +41,7 @@
 # define default_fontname "fixed"
 #endif
 
-#define ARGS "hvap:x:y:P:l:f:w:h:b:B:t:T:c:C:s:S:"
+#define ARGS "hvap:P:l:f:w:h:x:y:b:B:t:T:c:C:s:S:"
 
 #define MIN(a, b) ((a) < (b) ? (a) : (b))
 #define MAX(a, b) ((a) > (b) ? (a) : (b))
@@ -1095,7 +1095,7 @@ int main(int argc, char **argv) {
       }
     } else {
       XAllocNamedColor(d, cmap, "white", &border_n_bg, &tmp);
-      XAllocNamedColor(d, cmap, "white", &borde
+      XAllocNamedColor(d, cmap, "white", &border_e_bg, &tmp);
       XAllocNamedColor(d, cmap, "white", &border_s_bg, &tmp);
       XAllocNamedColor(d, cmap, "white", &border_w_bg, &tmp);
     }