diff gui/wm/ws.h @ 35498:c505a4aa9582

Rename wsNone wsNo and use it instead of a numeric constant.
author ib
date Tue, 04 Dec 2012 19:10:44 +0000
parents ff7cf8f1bd19
children af72f85b6f44
line wrap: on
line diff
--- a/gui/wm/ws.h	Tue Dec 04 18:55:24 2012 +0000
+++ b/gui/wm/ws.h	Tue Dec 04 19:10:44 2012 +0000
@@ -96,7 +96,7 @@
 #define wsWindowRolled         256
 #define wsWindowClosed         512
 
-#define wsNone       0
+#define wsNo         0
 #define wsMapped     1
 #define wsFocused    2
 #define wsVisible    3