# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1561237081 0 # Node ID 7af41bfd51900d335c0c812c8d9f4c20eab5e6dd # Parent d37f30a7c233dbe76252e986b5899ee2ec8b22ff Mac: Moved an internal prototype to be with the rest for consistency. diff -r d37f30a7c233 -r 7af41bfd5190 mac/dw.m --- a/mac/dw.m Sat Jun 22 20:40:01 2019 +0000 +++ b/mac/dw.m Sat Jun 22 20:58:01 2019 +0000 @@ -268,6 +268,7 @@ void _handle_resize_events(Box *thisbox); int _remove_userdata(UserData **root, char *varname, int all); int _dw_main_iteration(NSDate *date); +NSGraphicsContext *_dw_draw_context(NSBitmapImageRep *image); /* Internal function to queue a window redraw */ void _dw_redraw(id window, int skip) @@ -628,8 +629,6 @@ atStart:NO]; } -NSGraphicsContext *_dw_draw_context(NSBitmapImageRep *image); - /* Used for doing bitblts from the main thread */ typedef struct _bitbltinfo {