Commit f0bdafa99e12d639f2f885a30c7a083fe97e5ceb Parent: 752261d295cb5681f474549e4bd197864f975669 Author: mcol <mcol@posteo.net> Date: 2020-04-18 18:41:53 +0100 Committer: mcol <mcol@posteo.net> Committed: 2020-04-18 18:41:53 +0100 tidy class name into top
xoop.c Modified
@@ -5,6 +5,7 @@ #include <xcb/shape.h> +char *CLASS = "xoop"; xcb_connection_t *conn; xcb_screen_t *screen; @@ -125,7 +126,7 @@ XCB_ATOM_STRING, 8, 4, - "xoop" + CLASS ); xcb_map_window(conn, wid);