[PSDK]: Add two missing flags concerning custom-drawn controls.

svn path=/trunk/; revision=71948
This commit is contained in:
Hermès Bélusca-Maïto 2016-07-15 21:12:52 +00:00
parent 4d6c550bad
commit 42c9931850

View file

@ -253,6 +253,8 @@ extern "C" {
#define CDRF_DODEFAULT 0x0
#define CDRF_NEWFONT 0x2
#define CDRF_SKIPDEFAULT 0x4
#define CDRF_DOERASE 0x8
#define CDRF_SKIPPOSTPAINT 0x100
#define CDRF_NOTIFYPOSTPAINT 0x10
#define CDRF_NOTIFYITEMDRAW 0x20