[CONTACT]

[ABOUT]

[POLICY]

git clone dmenu dmenu Log gph

Found at: gopher.r-36.net:70/scm/dmenu/commit/b76632b9e3e40cb3178bfa3fed6199194bc4b13b.gph

tsmall fix - dmenu - Dmenu fork with xft fonts.

git clone git://r-36.net/dmenu

Log

Files

Refs

README

LICENSE

---

commit b76632b9e3e40cb3178bfa3fed6199194bc4b13b

parent f8f5b270361c4a985d1737d20c71d372f12bb614

Author: Anselm R. Garbe

Date:   Tue, 16 Jan 2007 11:39:26 +0100
small fix
Diffstat:
  main.c                              |       3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---

diff --git a/main.c b/main.c

t@@ -350,7 +350,7 @@ main(int argc, char *argv[]) {
         char *selbg = SELBGCOLOR;
         char *selfg = SELFGCOLOR;
         fd_set rd;
-        int i, j;
+        int i, j, my;
         struct timeval timeout;
         Item *itm;
         XEvent ev;
t@@ -431,6 +431,7 @@ main(int argc, char *argv[]) {
         wa.override_redirect = 1;
         wa.background_pixmap = ParentRelative;
         wa.event_mask = ExposureMask | ButtonPressMask | KeyPressMask;
+        my = 0;
         mw = DisplayWidth(dpy, screen);
         mh = dc.font.height + 2;
         if(bottom)
.


AD: