Fix stray unsigned comparison warning

This commit is contained in:
Anton Shangareev
2025-11-26 20:43:30 +04:00
committed by jbrbot
parent ce17ffe26f
commit a7714f7369

View File

@@ -38,7 +38,7 @@
#include <unistd.h>
const int POLL_EVENT_TIMEOUT = 50;
const int CURSOR_UPDATE_TIME = 50;
const unsigned CURSOR_UPDATE_TIME = 50;
void SplashEventLoop(Splash * splash);
bool SplashCreateWindow(Splash * splash);