Skip to content

Commit

Permalink
Always keep cursor shape initialized.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Sep 13, 2024
1 parent 5a67246 commit 44d1502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiler/src/BackendWayland.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,7 @@ void Backend::NewFrame( int& w, int& h )
shape = WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_NOT_ALLOWED;
break;
default:
shape = WP_CURSOR_SHAPE_DEVICE_V1_SHAPE_DEFAULT;
break;
};

Expand Down

0 comments on commit 44d1502

Please sign in to comment.