all repos — openbox @ b850133d21a047b4c42a29defb724a88c8150b20

openbox fork - make it a bit more like ryudo

allow the coordspopup to move to all xinerama screens
Mikael Magnusson mikachu@comhem.se
commit

b850133d21a047b4c42a29defb724a88c8150b20

parent

a0e2d38df5abb692236ae8fe23ffeb4e8cedf7c4

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M openbox/popup.copenbox/popup.c

@@ -108,8 +108,10 @@ gint textw, texth;

gint iconw; Rect *area; /* won't go outside this */ - area = screen_physical_area_monitor(0); /* XXX i'm guessing this - is wrong for xinerama? */ + area = screen_physical_area(); /* XXX this should work quite + good, someone with xinerama, + and different resolutions on + screens? */ RrMargins(self->a_bg, &l, &t, &r, &b);