Support for NETWM viewports (compiz)

This commit is contained in:
o9000
2015-11-21 04:35:12 +01:00
parent 4a6937826c
commit eb044da8bc
11 changed files with 537 additions and 349 deletions

View File

@@ -258,7 +258,7 @@ void init_panel()
}
task_refresh_tasklist();
active_task();
reset_active_task();
}
void init_panel_size_and_position(Panel *panel)
@@ -576,7 +576,7 @@ void set_panel_properties(Panel *p)
(unsigned char *)&val,
1);
val = ALLDESKTOP;
val = ALL_DESKTOPS;
XChangeProperty(server.dsp,
p->main_win,
server.atom._NET_WM_DESKTOP,