(cocoa) Fix warning
This commit is contained in:
parent
c2d4da4660
commit
7dcecc500f
|
@ -196,7 +196,7 @@ static void *cocoagl_gfx_ctx_init(void *video_driver)
|
||||||
[g_context makeCurrentContext];
|
[g_context makeCurrentContext];
|
||||||
// Make sure the view was created
|
// Make sure the view was created
|
||||||
[CocoaView get];
|
[CocoaView get];
|
||||||
return "cocoa";
|
return (void*)"cocoa";
|
||||||
}
|
}
|
||||||
|
|
||||||
static void cocoagl_gfx_ctx_destroy(void *data)
|
static void cocoagl_gfx_ctx_destroy(void *data)
|
||||||
|
|
Loading…
Reference in New Issue