cocoadisplay: Fix a whitespace error

This commit is contained in:
rdb 2022-12-07 18:58:38 +01:00
parent 72376e95f1
commit 5751fc6478

View File

@ -799,7 +799,7 @@ close_window() {
if (_window != nil) {
[_window close];
// Process events once more so any pending NSEvents are cleared. Not doing
// this causes the window to stick around after calling [_window close].
process_events();