X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fserver.h;h=8237a39b199faf22abbe69598772483d835d6dc3;hb=b31d9b760bce27b61ff0c7c7d39278b571b7b635;hp=83501c79299682b23bd7c3d5ad5bd17482142393;hpb=f8bebb561d52fa25b320904bb0c6a08347d05611;p=chaz%2Ftint2 diff --git a/src/server.h b/src/server.h index 83501c7..8237a39 100644 --- a/src/server.h +++ b/src/server.h @@ -49,6 +49,7 @@ typedef struct Global_atom Atom _NET_WM_VISIBLE_NAME; Atom _NET_WM_STRUT; Atom _NET_WM_ICON; + Atom _NET_WM_ICON_GEOMETRY; Atom _NET_CLOSE_WINDOW; Atom UTF8_STRING; Atom _NET_SUPPORTING_WM_CHECK; @@ -68,6 +69,7 @@ typedef struct Global_atom Atom XdndAware; Atom XdndPosition; Atom XdndStatus; + Atom XdndLeave; } Global_atom;