aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2021-05-11 19:54:24 +0200
committerAndre Weissflog <floooh@gmail.com>2021-05-11 19:54:24 +0200
commit2f6c1a55446b653bd9bd3463c0bca454dbc788b7 (patch)
tree3869c50f73236bd2f9671559fc581326bf19d62c
parent9ece3f19a43165d8555dd61b8aa39aac7ab9722d (diff)
add a temp fixme comment
-rw-r--r--sokol_app.h3
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) {