Skip to content

Commit 09b21cc

Browse files
author
eddyStreamlabs
committed
Do not pass any flags on display creation
1 parent 1daae71 commit 09b21cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obs-studio-server/source/nodeobs_display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void OBS::Display::SystemWorker() {
111111
CreateWindowMessageAnswer* answer = reinterpret_cast<CreateWindowMessageAnswer*>(message.lParam);
112112

113113
HWND newWindow = CreateWindowEx(
114-
WS_EX_LAYERED | WS_EX_TRANSPARENT,// | WS_EX_COMPOSITED | WS_EX_TOPMOST,
114+
0,// | WS_EX_COMPOSITED | WS_EX_TOPMOST,
115115
TEXT("Win32DisplayClass"), TEXT("SlobsChildWindowPreview"),
116116
WS_VISIBLE | WS_POPUP,
117117
0, 0, question->width, question->height,

0 commit comments

Comments
 (0)