]> git.mdlowis.com Git - proto/labwc.git/commit
src/cursor.c: make sure the cursor is visible after startup
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 28 Mar 2023 17:23:49 +0000 (19:23 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 29 Mar 2023 20:39:11 +0000 (21:39 +0100)
commite44d56567284c5860c1c3148c09628b50ce477db
tree5044ac39cfb89f8a85a7e3a1eeb4dac215b68cf0
parent4cd8afa83eaa37c1400a3474aa6a111665f8aaef
src/cursor.c: make sure the cursor is visible after startup

Before this patch, the cursor was invisible after labwc startup
unless manually moved by the user (or being positioned on top
of some some automatically spawned client surface). This patch
sets the cursor from its uninitialized value (LAB_CURSOR_CLIENT)
to the default cursor.
src/cursor.c