From dec7875a6e23212021e4d9080330a42832dfe02a Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Tue, 15 Jun 2021 01:40:19 +0000
Subject: [PATCH] update SDL soruce to 2.0.14
---
source/src/main/haiku/SDL_BApp.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/source/src/main/haiku/SDL_BApp.h b/source/src/main/haiku/SDL_BApp.h
index 93ae0c6..ce1fc68 100644
--- a/source/src/main/haiku/SDL_BApp.h
+++ b/source/src/main/haiku/SDL_BApp.h
@@ -22,6 +22,7 @@
#define SDL_BAPP_H
#include <InterfaceKit.h>
+#include <LocaleRoster.h>
#if SDL_VIDEO_OPENGL
#include <OpenGLKit.h>
#endif
@@ -153,6 +154,10 @@
_HandleWindowResized(message);
break;
+ case B_LOCALE_CHANGED:
+ SDL_SendLocaleChangedEvent();
+ break;
+
case BAPP_SCREEN_CHANGED:
/* TODO: Handle screen resize or workspace change */
break;
--
Gitblit v1.9.3