From: Mikael Magnusson Date: Sun, 28 Mar 2004 17:13:22 +0000 (+0000) Subject: allow the coordspopup to move to all xinerama screens X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=b850133d21a047b4c42a29defb724a88c8150b20;p=chaz%2Fopenbox allow the coordspopup to move to all xinerama screens --- diff --git a/openbox/popup.c b/openbox/popup.c index 751a5b0d..fb7c9095 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -108,8 +108,10 @@ void popup_show(ObPopup *self, gchar *text) 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);