X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/b5159dfd2f552696b049b95e0d368a2c33a1002a..de7fc0011eccb546db1278fad41b684b3abaca18:/dwm.h diff --git a/dwm.h b/dwm.h index 4e9c6b5..7db0f54 100644 --- a/dwm.h +++ b/dwm.h @@ -36,9 +36,8 @@ typedef struct { typedef struct { /* draw context */ int x, y, w, h; - unsigned long bg; - unsigned long fg; - unsigned long border; + unsigned long bg[2]; + unsigned long fg[2]; Drawable drawable; Fnt font; GC gc; @@ -60,7 +59,7 @@ struct Client { Client *next; Client *prev; Window win; - Window title; + Window twin; }; extern const char *tags[];