summaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-05 18:10:04 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-05 18:10:04 +0100
commit98148110a6624b06bd8b060250328718386309a7 (patch)
treeab39936d4c3f3972b4c6a082198090f797670f83 /src/menu.c
parent99c6590b3793197d8c60618ab6cf6a5e028d5e92 (diff)
Apply 05_xinerama.patch from Debian
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/menu.c b/src/menu.c
index 34a236a..d1d9b1b 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -2071,10 +2071,6 @@ feh_menu_cb_opt_fullscreen(feh_menu * m,
if (opt.xinerama && xinerama_screens) {
int i, rect[4];
- /* FIXME: this doesn't do what it should; XGetGeometry always
- * returns x,y == 0,0. I think that's due to the hints being passed
- * (or more specifically, a missing hint) to X in winwidget_create
- */
winwidget_get_geometry(m->fehwin, rect);
/* printf("window: (%d, %d)\n", rect[0], rect[1]);
printf("found %d screens.\n", num_xinerama_screens); */