mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
app/internal/windows: fix WS_CLIPCHILDREN value
Fixes: https://todo.sr.ht/~eliasnaur/gio/419 Signed-off-by: Egon Elbre <egonelbre@gmail.com>
This commit is contained in:
@@ -246,7 +246,7 @@ const (
|
||||
WM_USER = 0x0400
|
||||
WM_WINDOWPOSCHANGED = 0x0047
|
||||
|
||||
WS_CLIPCHILDREN = 0x00010000
|
||||
WS_CLIPCHILDREN = 0x02000000
|
||||
WS_CLIPSIBLINGS = 0x04000000
|
||||
WS_MAXIMIZE = 0x01000000
|
||||
WS_ICONIC = 0x20000000
|
||||
|
||||
Reference in New Issue
Block a user