]> git.armaanb.net Git - dmenu.git/blobdiff - config.h
got rid of compile time xidx, grabbing the mouse pointer instead, falling back to...
[dmenu.git] / config.h
index a2c3fa4ac722bb0d2b250adde6140890cfc93b7a..3e6c6167fcce50684955536a1cce76e76d771e2a 100644 (file)
--- a/config.h
+++ b/config.h
@@ -6,9 +6,4 @@ static const char *normbgcolor = "#cccccc";
 static const char *normfgcolor = "#000000";
 static const char *selbgcolor  = "#0066ff";
 static const char *selfgcolor  = "#ffffff";
-
 static unsigned int spaceitem  = 30; /* px between menu items */
-
-#ifdef XINERAMA
-static unsigned int xidx       = 0;  /* Xinerama screen index to use */
-#endif