aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_wm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_wm.c')
-rw-r--r--src/gwin/gwin_wm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/gwin_wm.c b/src/gwin/gwin_wm.c
index 458d1408..ed3839be 100644
--- a/src/gwin/gwin_wm.c
+++ b/src/gwin/gwin_wm.c
@@ -24,7 +24,7 @@
#define MIN_WIN_WIDTH 1
#define MIN_WIN_HEIGHT 1
- static gfxMutex gmutex;
+ static gMutex gmutex;
void _gwmInit(void) {
gfxMutexInit(&gmutex);
@@ -162,7 +162,7 @@
extern const GWindowManager GNullWindowManager;
GWindowManager * _GWINwm;
gBool _gwinFlashState;
-static gfxSem gwinsem;
+static gSem gwinsem;
static gfxQueueASync _GWINList;
#if GWIN_NEED_FLASHING
static GTimer FlashTimer;