[client] tests: cover Wayland motion ordering

This commit is contained in:
Geoffrey McRae
2026-08-06 12:33:15 +10:00
parent e9a16ef523
commit dbf44d9df2
5 changed files with 107 additions and 13 deletions

View File

@@ -55,6 +55,7 @@
#include "wayland-xdg-toplevel-icon-v1-client-protocol.h"
#include "scale.h"
#include "motion.h"
typedef void (*WaylandPollCallback)(uint32_t events, void * opaque);
@@ -142,7 +143,7 @@ struct WaylandDSState
bool needsResize;
bool configured;
bool warpSupport;
double cursorX, cursorY;
struct WlMotion motion;
double scrollState;
#if defined(ENABLE_EGL) || defined(ENABLE_OPENGL)