mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:12:57 +00:00
[UXTHEME][NTUSER] Fix flashing of scrollbar when scrolling (#3868)
Based on a patch by I_Kill_Bugs.
This commit is contained in:
parent
515e0cf38f
commit
236649c626
3 changed files with 65 additions and 9 deletions
|
@ -1221,6 +1221,7 @@ extern "C" {
|
|||
#define SIF_RANGE 1
|
||||
#define SIF_DISABLENOSCROLL 8
|
||||
#define SIF_TRACKPOS 16
|
||||
#define SIF_THEMED 128 /* REACTOS Specific Only */
|
||||
#define SWP_DRAWFRAME 32
|
||||
#define SWP_FRAMECHANGED 32
|
||||
#define SWP_HIDEWINDOW 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue