mirror of
https://github.com/videolan/vlc.git
synced 2024-11-23 18:03:48 +08:00
doc/win_player: set WS_CLIPCHILDREN on our window
So the display module doesn't have to do it in its own thread.
This commit is contained in:
parent
a731f7e00b
commit
70535e5402
@ -137,7 +137,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
|
||||
hWnd = CreateWindowEx(0,
|
||||
"WindowClass",
|
||||
"libvlc Demo app",
|
||||
WS_OVERLAPPEDWINDOW,
|
||||
WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN,
|
||||
CW_USEDEFAULT, CW_USEDEFAULT,
|
||||
wr.right - wr.left,
|
||||
wr.bottom - wr.top,
|
||||
|
Loading…
Reference in New Issue
Block a user