changeset 1945:7af41bfd5190

Mac: Moved an internal prototype to be with the rest for consistency.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 22 Jun 2019 20:58:01 +0000
parents d37f30a7c233
children 42f1e323849c
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 {