=?UTF-8?Q?Gabriel=20Iv=C4=83ncescu=20?=: include: Add CDRF_DOERASE and CDRF_SKIPPOSTPAINT definitions.

Alexandre Julliard julliard at winehq.org
Mon Mar 4 15:08:26 CST 2019


Module: wine
Branch: master
Commit: c81db565a758a8703cabcd05ad78e8bcb5a38881
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c81db565a758a8703cabcd05ad78e8bcb5a38881

Author: Gabriel Ivăncescu <gabrielopcode at gmail.com>
Date:   Mon Mar  4 18:25:14 2019 +0200

include: Add CDRF_DOERASE and CDRF_SKIPPOSTPAINT definitions.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode at gmail.com>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/commctrl.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/commctrl.h b/include/commctrl.h
index 73bb9fa..9b86bdb 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -216,11 +216,13 @@ typedef struct tagNMCHAR
 #define CDRF_DODEFAULT          0x0
 #define CDRF_NEWFONT            0x00000002
 #define CDRF_SKIPDEFAULT        0x00000004
+#define CDRF_DOERASE            0x00000008
 #define CDRF_NOTIFYPOSTPAINT    0x00000010
 #define CDRF_NOTIFYITEMDRAW     0x00000020
 #define CDRF_NOTIFYSUBITEMDRAW  0x00000020
 #define CDRF_NOTIFYPOSTERASE    0x00000040
 #define CDRF_NOTIFYITEMERASE    0x00000080      /*  obsolete ??? */
+#define CDRF_SKIPPOSTPAINT      0x00000100
 
 
 /* drawstage flags */




More information about the wine-cvs mailing list