mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 09:18:08 +02:00
Cleanup previous PR
This commit is contained in:
4
glfw/wl_init.c
vendored
4
glfw/wl_init.c
vendored
@@ -202,8 +202,8 @@ pointer_handle_frame(void *data UNUSED, struct wl_pointer *pointer UNUSED) {
|
||||
_GLFWwindow* window = _glfw.wl.pointerFocus;
|
||||
if (!window) return;
|
||||
float x = 0, y = 0;
|
||||
const int HIGHRES = 1;
|
||||
const int VALUE120 = 1 << 4;
|
||||
static const int HIGHRES = 1;
|
||||
static const int VALUE120 = 1 << 4;
|
||||
int flags = 0;
|
||||
|
||||
if (info.discrete.y_axis_type != AXIS_EVENT_UNKNOWN) {
|
||||
|
||||
Reference in New Issue
Block a user