Skip to content

Commit

Permalink
Explicitly pump the ui when setting the window title.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 28, 2004
1 parent 53f612f commit f786516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui_carbon.c
Expand Up @@ -64,6 +64,7 @@ void ui_title(const char *str)
CFStringRef cfstr = CFStringCreateWithBytes(NULL, str, strlen(str),
kCFStringEncodingISOLatin1, 0);
SetWindowTitleWithCFString(window, cfstr);
ui_pump();
} /* ui_title */


Expand Down

0 comments on commit f786516

Please sign in to comment.