aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c
index 3afd4b0..74db07e 100644
--- a/src/window.c
+++ b/src/window.c
@@ -45,6 +45,8 @@ cherry_window_new(void)
&attributes);
char window_name[] = "";
char icon_name[] = "";
+
+ /* window manager properties (yes, use of StdProp is obsolete) */
XSetStandardProperties(app->display,
w->window_handler,
window_name,