diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -745,6 +745,7 @@ static int run_App_(iApp *d) { | |||
745 | refresh_App(); | 745 | refresh_App(); |
746 | recycle_Garbage(); | 746 | recycle_Garbage(); |
747 | } | 747 | } |
748 | SDL_DelEventWatch(resizeWatcher_, d); | ||
748 | return 0; | 749 | return 0; |
749 | } | 750 | } |
750 | 751 | ||