mirror of
https://github.com/glfw/glfw.git
synced 2025-04-07 14:29:35 +00:00
Wayland: Pick more plausible default cursor size
This is not intended as a replacement for actually querying the desktop
for the correct size, but it appears to be a better fallback value.
(cherry picked from commit 82e77dbff4
)
This commit is contained in:
parent
2178c3e536
commit
ba80e23dab
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ static void createKeyTables(void)
|
|||
|
||||
static GLFWbool loadCursorTheme(void)
|
||||
{
|
||||
int cursorSize = 32;
|
||||
int cursorSize = 16;
|
||||
|
||||
const char* sizeString = getenv("XCURSOR_SIZE");
|
||||
if (sizeString)
|
||||
|
|
Loading…
Add table
Reference in a new issue