From 37424dcb3d2ffdb419ad61dab6e461af000be89c Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 17 May 2023 17:29:31 +0200 Subject: Add a comment --- src/window.c | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3