]> Pileus Git - wmpus/blobdiff - sys.h
Add fullscreen support
[wmpus] / sys.h
diff --git a/sys.h b/sys.h
index 2ac76a1c4c75e84d2f2d3a86197e98e5b1bdc7b7..cb045cee09bf51c615955b999e1fab19b7be751c 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Andy Spencer <andy753421@gmail.com>
+ * Copyright (c) 2011-2012, Andy Spencer <andy753421@gmail.com>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -31,6 +31,7 @@ typedef enum {
        ST_SHADE, // show titlebar only
        ST_ICON,  // iconified/minimized
        ST_HIDE,  // completely hidden
+       ST_CLOSE, // close the window
 } state_t;
 
 /* Basic window type */