projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0e2d38
)
allow the coordspopup to move to all xinerama screens
author
Mikael Magnusson
<mikachu@comhem.se>
Sun, 28 Mar 2004 17:13:22 +0000
(17:13 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Sun, 28 Mar 2004 17:13:22 +0000
(17:13 +0000)
openbox/popup.c
patch
|
blob
|
history
diff --git
a/openbox/popup.c
b/openbox/popup.c
index 751a5b0de6363bea75a4cce4ec65acd462dfcae3..fb7c90950bc2177fffcd4611444641ec2fbe2f7e 100644
(file)
--- 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);