X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fserver.h;h=435aefdc3bb76d4fc684ff6f994ac21f30179bcc;hb=3f12a587406ddc975bff3fe505924e62cd125ff6;hp=c4225db9bd1365e9c7b129e2f018f6383e414f10;hpb=4612bf6efcd6337a0507e430194235d997a5c115;p=chaz%2Ftint2 diff --git a/src/server.h b/src/server.h index c4225db..435aefd 100644 --- a/src/server.h +++ b/src/server.h @@ -52,6 +52,7 @@ typedef struct Global_atom Atom _NET_WM_STRUT_PARTIAL; Atom WM_NAME; Atom __SWM_VROOT; + Atom _MOTIF_WM_HINTS; } Global_atom; @@ -79,8 +80,8 @@ typedef struct Visual *visual; int posx, posy; Pixmap pmap; - Pixmap root_pmap; GC gc; + GC gc_root; Global_atom atom; } Server_global;