mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[PSDK]: Add two missing flags concerning custom-drawn controls.
svn path=/trunk/; revision=71948
This commit is contained in:
parent
4d6c550bad
commit
42c9931850
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue