diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-05-12 19:04:01 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-05-12 19:04:01 +0200 |
| commit | a7f382b431e6eed3f180c71d4175970da096eab9 (patch) | |
| tree | 0099dba56efe2eb24d82481ed6ea5294e7b4bfb9 /src/notification.c | |
| parent | d4dbb9333666a2a0c752ecee49b4f70b8e4c1371 (diff) | |
work
Diffstat (limited to 'src/notification.c')
| -rw-r--r-- | src/notification.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/notification.c b/src/notification.c index f89ca48..50ac244 100644 --- a/src/notification.c +++ b/src/notification.c @@ -30,6 +30,8 @@ void update_render_notifications() for (s32 i = 0; i < global_notifications.length; i++) { + main_window->do_draw = true; + notification *n = array_at(&global_notifications, i); float32 duration_ms = (float32)n->duration/TARGET_FRAMERATE; s32 y = 0; |
