mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 01:19:28 +01:00
Fix stray unsigned comparison warning
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user