improve main_loop_sdl

This commit is contained in:
xianjimli 2020-03-20 17:25:31 +08:00
parent 4dbc1ff99d
commit 99b1a17547
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,7 @@
# 最新动态
* 2020/03/20
* 去掉 main_loop_sdl.c 中重复的 quit感谢尧燊提供补丁
* 2020/03/19
* 完善资源管理(感谢朝泽提供补丁)。
@ -6,11 +9,11 @@
* 增加 cjson。
* str 中增加了辅助一些 json 打包的函数。
* 完善资源管理(感谢朝泽提供补丁)。
* WITH_BITMAP_FONT时locale change后异常的问题感谢朝泽提供补丁
* update_res_common.py添加多主题处理时遗漏的images/*.res、strings/*.datafonts/*.data等处理感谢朝泽提供补丁
* WITH_BITMAP_FONT locale change 后异常的问题;(感谢朝泽提供补丁)。
* update_res_common.py 添加多主题处理时遗漏的 images/*.res、strings/*.datafonts/*.data 等处理(感谢朝泽提供补丁)。
* 完善圆角矩形(感谢智明提供补丁)。
* 修改 dragger 放在 scroll view 中的问题(感谢大恒提供补丁)。
* 完善wstr\_format\_date\_time感谢尧燊提供补丁
* 完善 wstr\_format\_date\_time感谢尧燊提供补丁
* 2020/03/17
* 修复在 ubuntu 编译 fb_gl 模式下出现编译出错的问题(感谢智明提供补丁)。

View File

@ -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);
window_manager_dispatch_native_window_event(l->wm, &e, win);
tk_quit();
}
} break;
#if SDL_VERSION_ATLEAST(2, 0, 5)