mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
improve main_loop_sdl
This commit is contained in:
parent
4dbc1ff99d
commit
99b1a17547
@ -1,4 +1,7 @@
|
|||||||
# 最新动态
|
# 最新动态
|
||||||
|
* 2020/03/20
|
||||||
|
* 去掉 main_loop_sdl.c 中重复的 quit(感谢尧燊提供补丁)。
|
||||||
|
|
||||||
* 2020/03/19
|
* 2020/03/19
|
||||||
* 完善资源管理(感谢朝泽提供补丁)。
|
* 完善资源管理(感谢朝泽提供补丁)。
|
||||||
|
|
||||||
@ -6,11 +9,11 @@
|
|||||||
* 增加 cjson。
|
* 增加 cjson。
|
||||||
* str 中增加了辅助一些 json 打包的函数。
|
* str 中增加了辅助一些 json 打包的函数。
|
||||||
* 完善资源管理(感谢朝泽提供补丁)。
|
* 完善资源管理(感谢朝泽提供补丁)。
|
||||||
* WITH_BITMAP_FONT时locale change后异常的问题;(感谢朝泽提供补丁)。
|
* WITH_BITMAP_FONT 时 locale change 后异常的问题;(感谢朝泽提供补丁)。
|
||||||
* update_res_common.py添加多主题处理时遗漏的images/*.res、strings/*.data,fonts/*.data等处理(感谢朝泽提供补丁)。
|
* update_res_common.py 添加多主题处理时遗漏的 images/*.res、strings/*.data,fonts/*.data 等处理(感谢朝泽提供补丁)。
|
||||||
* 完善圆角矩形(感谢智明提供补丁)。
|
* 完善圆角矩形(感谢智明提供补丁)。
|
||||||
* 修改 dragger 放在 scroll view 中的问题(感谢大恒提供补丁)。
|
* 修改 dragger 放在 scroll view 中的问题(感谢大恒提供补丁)。
|
||||||
* 完善wstr\_format\_date\_time(感谢尧燊提供补丁)。
|
* 完善 wstr\_format\_date\_time(感谢尧燊提供补丁)。
|
||||||
|
|
||||||
* 2020/03/17
|
* 2020/03/17
|
||||||
* 修复在 ubuntu 编译 fb_gl 模式下出现编译出错的问题(感谢智明提供补丁)。
|
* 修复在 ubuntu 编译 fb_gl 模式下出现编译出错的问题(感谢智明提供补丁)。
|
||||||
|
@ -215,8 +215,6 @@ static ret_t main_loop_sdl2_dispatch_window_event(main_loop_simple_t* loop, SDL_
|
|||||||
|
|
||||||
e = event_init(EVT_NATIVE_WINDOW_DESTROY, NULL);
|
e = event_init(EVT_NATIVE_WINDOW_DESTROY, NULL);
|
||||||
window_manager_dispatch_native_window_event(l->wm, &e, win);
|
window_manager_dispatch_native_window_event(l->wm, &e, win);
|
||||||
|
|
||||||
tk_quit();
|
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
#if SDL_VERSION_ATLEAST(2, 0, 5)
|
#if SDL_VERSION_ATLEAST(2, 0, 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user