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:
5579b28
)
put the directional focus dialog on the active monitor
author
Dana Jansens
<danakj@orodu.net>
Thu, 7 Jun 2007 15:10:03 +0000
(15:10 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 7 Jun 2007 15:10:03 +0000
(15:10 +0000)
openbox/focus_cycle_popup.c
patch
|
blob
|
history
diff --git
a/openbox/focus_cycle_popup.c
b/openbox/focus_cycle_popup.c
index 071ffc164bd19582c0abef156b89a53bfe2a2590..3ec14a5c40dadcb8d0613bd7123653e005844052 100644
(file)
--- a/
openbox/focus_cycle_popup.c
+++ b/
openbox/focus_cycle_popup.c
@@
-505,7
+505,7
@@
void focus_cycle_popup_single_show(struct _ObClient *c,
g_assert(popup.targets == NULL);
/* position the popup */
- a = screen_physical_area_monitor
(0
);
+ a = screen_physical_area_monitor
_active(
);
icon_popup_position(single_popup, CenterGravity,
a->x + a->width / 2, a->y + a->height / 2);
icon_popup_height(single_popup, POPUP_HEIGHT);