Fix warning
This commit is contained in:
parent
e9007b1dfa
commit
b8478624aa
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ public:
|
||||||
/**
|
/**
|
||||||
* Window will be painted with a lanczos filter.
|
* Window will be painted with a lanczos filter.
|
||||||
**/
|
**/
|
||||||
PAINT_WINDOW_LANCZOS = 1 << 8,
|
PAINT_WINDOW_LANCZOS = 1 << 8
|
||||||
// PAINT_SCREEN_WITH_TRANSFORMED_WINDOWS_WITHOUT_FULL_REPAINTS = 1 << 9 has been removed
|
// PAINT_SCREEN_WITH_TRANSFORMED_WINDOWS_WITHOUT_FULL_REPAINTS = 1 << 9 has been removed
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue