]> Dogcows Code - chaz/tint2/blobdiff - src/server.c
fixed decorated window with compiz
[chaz/tint2] / src / server.c
index 2c34415d5660cc6223889f3f888cd45b9ddca56b..82f51b8ef00e6beed3691716616f196078aeda19 100644 (file)
@@ -67,6 +67,7 @@ void server_init_atoms ()
    server.atom._NET_WM_STRUT_PARTIAL = XInternAtom (server.dsp, "_NET_WM_STRUT_PARTIAL", False);
    server.atom.WM_NAME = XInternAtom(server.dsp, "WM_NAME", False);
    server.atom.__SWM_VROOT = XInternAtom(server.dsp, "__SWM_VROOT", False);
+   server.atom._MOTIF_WM_HINTS = XInternAtom(server.dsp, "_MOTIF_WM_HINTS", False);
 }
 
 
This page took 0.024539 seconds and 4 git commands to generate.