Index: uspace/lib/wndmgt/include/types/wndmgt.h
===================================================================
--- uspace/lib/wndmgt/include/types/wndmgt.h	(revision 3a6d44b7107686f79a1655757bb73fedf182438b)
+++ uspace/lib/wndmgt/include/types/wndmgt.h	(revision d19d15b88e89baa739e5dbe2179ac64e5fb389ca)
@@ -87,4 +87,6 @@
 	/** Window caption */
 	char *caption;
+	/** Window flags */
+	unsigned flags;
 } wndmgt_window_info_t;
 
