commit | 44a1b59cec70345de4367ce03de9015faa139d76 | [log] [tgz] |
---|---|---|
author | Alex Korobka <alex@aikea.ams.sunysb.edu> | Thu Apr 01 12:03:52 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Apr 01 12:03:52 1999 +0000 |
tree | a595ec26b06d820604493cb64f5de14a17ab6a2c | |
parent | dc75bd40383d6618b5d6837250af79f38fb77548 [diff] [blame] |
Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed mode go through window manager, small bugfixes for menu and window code, extended clipboard driver model to handle formats other than text.
diff --git a/include/win.h b/include/win.h index 1c37a53..aa366b9 100644 --- a/include/win.h +++ b/include/win.h
@@ -92,6 +92,7 @@ #define HAK_BITGRAVITY 1 #define HAK_ACCEPTFOCUS 2 +#define HAK_ICONICSTATE 3 /* Bit Gravity */