From 2b1705afff5dcf32d152598ae12e4dd3e1a58ab5 Mon Sep 17 00:00:00 2001 From: Damien Plisson Date: Mon, 26 Oct 2009 18:00:06 +0000 Subject: Cocoa/Mac: - fix bad window context initialization bug introduced in rev # 24081 --- intern/ghost/intern/GHOST_WindowCocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_WindowCocoa.mm b/intern/ghost/intern/GHOST_WindowCocoa.mm index 42d7de3f2df..7716175b9f6 100644 --- a/intern/ghost/intern/GHOST_WindowCocoa.mm +++ b/intern/ghost/intern/GHOST_WindowCocoa.mm @@ -181,7 +181,7 @@ GHOST_WindowCocoa::GHOST_WindowCocoa( GHOST_TDrawingContextType type, const bool stereoVisual ) : - GHOST_Window(title, left, top, width, height, state, type,stereoVisual), + GHOST_Window(title, left, top, width, height, state, GHOST_kDrawingContextTypeNone, stereoVisual), m_customCursor(0) { NSOpenGLPixelFormatAttribute pixelFormatAttrsWindow[40]; -- cgit v1.2.3