When assigning children to containers, reset their x window state

This commit is contained in:
Michael Stapelberg
2010-04-17 16:41:20 +02:00
parent 53dcebfd8a
commit 68542f3c22
3 changed files with 31 additions and 4 deletions

View File

@ -6,6 +6,7 @@
#define _X_H
void x_con_init(Con *con);
void x_reinit(Con *con);
void x_con_kill(Con *con);
void x_window_kill(xcb_window_t window);
void x_draw_decoration(Con *con);