From 1332b3e6d89c8ae71dae041eca10f9f8394e4cd6 Mon Sep 17 00:00:00 2001 From: Jinhao Date: Fri, 14 Oct 2016 23:00:46 +0800 Subject: [PATCH] fix a compiling error --- source/gui/detail/bedrock_posix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gui/detail/bedrock_posix.cpp b/source/gui/detail/bedrock_posix.cpp index 537e602e..3282a32e 100644 --- a/source/gui/detail/bedrock_posix.cpp +++ b/source/gui/detail/bedrock_posix.cpp @@ -1204,7 +1204,7 @@ namespace detail { thread_context* thrd = get_thread_context(0); if(thrd && thrd->event_window) - thrd->event_window->other.upd_state = core_window_t::update_state::refresh; + thrd->event_window->other.upd_state = core_window_t::update_state::refreshed; } //Dynamically set a cursor for a window