Skip to content

Commit

Permalink
Rename apple_cocoa_gl.m
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Apr 21, 2015
1 parent ea30e2c commit 54c6c3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ ifeq ($(HAVE_COCOA),1)
ui/drivers/ui_cocoa.o \
ui/drivers/cocoa/cocoa_common.o \
ui/drivers/cocoa/cocoa_settings.o \
gfx/drivers_context/apple_cocoa_gl.o
gfx/drivers_context/cocoa_gl_ctx.o
endif


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion griffin/griffin_objc.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#endif

#if defined(HAVE_COCOATOUCH) || defined(HAVE_COCOA)
#include "../gfx/drivers_context/apple_cocoa_gl.m"
#include "../gfx/drivers_context/cocoa_gl_ctx.m"
#include "../ui/drivers/cocoa/cocoa_common.m"

#if defined(HAVE_COCOATOUCH)
Expand Down

0 comments on commit 54c6c3e

Please sign in to comment.