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:
9121b45
)
merge r7667 from trunk
author
Mikael Magnusson
<mikachu@comhem.se>
Tue, 10 Jul 2007 23:40:58 +0000
(23:40 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Tue, 10 Jul 2007 23:40:58 +0000
(23:40 +0000)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index 6dd7bc28649097bab466c25880537bad948aa6b0..e619509e231b8228a5d0374afad2dc6d1dc8c628 100644
(file)
--- a/
openbox/screen.c
+++ b/
openbox/screen.c
@@
-1284,8
+1284,10
@@
void screen_update_areas()
dims[(i * screen_num_desktops + j) * 4 + 3] -= t + b;
}
+ /* all the work areas are not used here, only the ones for the first
+ monitor are */
PROP_SETA32(RootWindow(ob_display, ob_screen), net_workarea, cardinal,
- dims, 4 * screen_num_desktops
* screen_num_monitors
);
+ dims, 4 * screen_num_desktops);
/* the area has changed, adjust all the windows if they need it */
for (it = client_list; it; it = g_list_next(it))