summaryrefslogtreecommitdiff
path: root/openbox/keyboard.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2009-12-15 14:53:29 -0500
committerDana Jansens <danakj@orodu.net>2009-12-15 14:53:29 -0500
commit3c688bc4a75436a457d3ce693eda6bd6b329412f (patch)
tree6440dcff623cf0a36d9b72217ad6d15aa97e8a6c /openbox/keyboard.c
parent828c095c8b5a2df96a38faaeb8a0df504e68e70f (diff)
Make the NET_WORKAREA hint work the way it used to, across all monitors
The spec is not going to change this hint, but rather add a new one. So for now just revert to the old behaviour.
Diffstat (limited to 'openbox/keyboard.c')
-rw-r--r--openbox/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c
index aebee293..0d234857 100644
--- a/openbox/keyboard.c
+++ b/openbox/keyboard.c
@@ -91,7 +91,7 @@ static void set_curpos(KeyBindingTree *newpos)
g_free(oldtext);
}
- a = screen_physical_area_primary();
+ a = screen_physical_area_primary(FALSE);
popup_position(popup, NorthWestGravity, a->x + 10, a->y + 10);
/* 1 second delay for the popup to show */
popup_delay_show(popup, G_USEC_PER_SEC, text);