diff options
| author | Andre Weissflog <floooh@gmail.com> | 2021-05-11 19:54:24 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2021-05-11 19:54:24 +0200 |
| commit | 2f6c1a55446b653bd9bd3463c0bca454dbc788b7 (patch) | |
| tree | 3869c50f73236bd2f9671559fc581326bf19d62c | |
| parent | 9ece3f19a43165d8555dd61b8aa39aac7ab9722d (diff) | |
add a temp fixme comment
| -rw-r--r-- | sokol_app.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h index f8973773..890a9eca 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -11547,7 +11547,8 @@ SOKOL_API_IMPL sapp_window sapp_open_window(const sapp_window_desc* in_desc) { SOKOL_API_IMPL void sapp_close_window(sapp_window window) { SOKOL_ASSERT(_sapp.valid); - // FIXME FIXME FIXME + // FIXME FIXME FIXME: this just sets a flag, closing windows happens + // at end of current frame! } SOKOL_API_IMPL void sapp_activate_window_context(sapp_window window) { |