Skip to content

Commit 24e02d5

Browse files
alvinhochunbruvzg
andauthored
Remove unneeded call in DisplayServerX11
X11 does not need setting exclusive flag (it is not implemented). Co-authored-by: bruvzg <[email protected]>
1 parent 97aa278 commit 24e02d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform/linuxbsd/x11/display_server_x11.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,6 @@ DisplayServer::WindowID DisplayServerX11::create_sub_window(WindowMode p_mode, V
17501750
}
17511751
#endif
17521752

1753-
window_set_exclusive(id, p_exclusive);
17541753
if (p_transient_parent != INVALID_WINDOW_ID) {
17551754
window_set_transient(id, p_transient_parent);
17561755
}

0 commit comments

Comments
 (0)