diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-10-13 08:09:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-13 09:09:51 +0300 |
commit | 8ce04ba92a4821e935b672451abf92df8c8f997d (patch) | |
tree | 6c346d0bce2a6c948844612b9fdaa7272b8797a8 | |
parent | e8d33a8b5b06b70b6354672b6d426e82a8aed578 (diff) |
Remove traces of FLTK (#2834)
-rw-r--r-- | indra/llwindow/llwindowsdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowsdl.cpp b/indra/llwindow/llwindowsdl.cpp index f87a00c34b..9d736a9970 100644 --- a/indra/llwindow/llwindowsdl.cpp +++ b/indra/llwindow/llwindowsdl.cpp @@ -1369,7 +1369,7 @@ void LLWindowSDL::processMiscNativeEvents() void LLWindowSDL::gatherInput(bool app_has_focus) { - SDL_Event event; + SDL_Event event; // Handle all outstanding SDL events while (SDL_PollEvent(&event)) |