Skip to content

Commit

Permalink
Update display_server_x11.cpp
Browse files Browse the repository at this point in the history
Added comment on location of non main window titlebar naming instructions.
  • Loading branch information
Tekisasu-JohnK authored and jss2a98aj committed Oct 19, 2024
1 parent b0a9256 commit eb75363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/linuxbsd/x11/display_server_x11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5638,7 +5638,7 @@ DisplayServerX11::WindowID DisplayServerX11::_create_window(WindowMode p_mode, V
}

/* set the titlebar name */
XStoreName(x11_display, wd.x11_window, "Blazium");
XStoreName(x11_display, wd.x11_window, "Blazium"); // Child windows are named in void DisplayServerX11::_update_context() -Teki
XSetWMProtocols(x11_display, wd.x11_window, &wm_delete, 1);
if (xdnd_aware != None) {
XChangeProperty(x11_display, wd.x11_window, xdnd_aware, XA_ATOM, 32, PropModeReplace, (unsigned char *)&xdnd_version, 1);
Expand Down

0 comments on commit eb75363

Please sign in to comment.