aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/gwin_wm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_wm.c b/src/gwin/gwin_wm.c
index 9f5010b2..3f50b4fc 100644
--- a/src/gwin/gwin_wm.c
+++ b/src/gwin/gwin_wm.c
@@ -991,7 +991,7 @@ static void WM_Raise(GHandle gh) {
#if GWIN_NEED_CONTAINERS
// Any children need to be raised too
if ((gh->flags & GWIN_FLG_CONTAINER)) {
- GHandle gx = gh;
+ GHandle gx;
GHandle child;
bool_t restart;