Merge branch 'patch-1' of https://github.com/TheDaemoness/kitty
This commit is contained in:
commit
f44e0ff4bd
2
glfw/wl_window.c
vendored
2
glfw/wl_window.c
vendored
@ -738,7 +738,7 @@ static bool createXdgSurface(_GLFWwindow* window)
|
||||
static void
|
||||
incrementCursorImage(_GLFWwindow* window)
|
||||
{
|
||||
if (window && window->wl.decorations.focus == mainWindow) {
|
||||
if (window && window->wl.decorations.focus == mainWindow && window->cursorMode != GLFW_CURSOR_HIDDEN) {
|
||||
_GLFWcursor* cursor = window->wl.currentCursor;
|
||||
if (cursor && cursor->wl.cursor)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user