ewmh: fix _NET_WORKAREA setting

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-19 13:05:19 +02:00
parent f5cc4a45e0
commit b800cffd5b
1 changed files with 1 additions and 1 deletions

2
ewmh.c
View File

@ -346,7 +346,7 @@ ewmh_update_workarea(int phys_screen)
xcb_change_property(globalconf.connection, XCB_PROP_MODE_REPLACE,
xutil_screen_get(globalconf.connection, phys_screen)->root,
net_workarea, CARDINAL, 32, count, area);
net_workarea, CARDINAL, 32, count * 4, area);
p_delete(&area);
}