mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
Merge branch 'fix_window_decorations' of https://github.com/danbtl/kitty
This commit is contained in:
commit
a4e3ce31dd
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ create_os_window(PyObject UNUSED *self, PyObject *args) {
|
|||
glfwWindowHintString(GLFW_X11_INSTANCE_NAME, wm_class_name);
|
||||
glfwWindowHintString(GLFW_X11_CLASS_NAME, wm_class_class);
|
||||
if (OPT(x11_hide_window_decorations)) {
|
||||
glfwWindowHint(GLFW_DECORATED, GLFW_TRUE);
|
||||
glfwWindowHint(GLFW_DECORATED, GLFW_FALSE);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue