From 3eaa408cb320bd4bd77d0518d351f861cce9eabf Mon Sep 17 00:00:00 2001 From: Arto Kitula Date: Sun, 11 Mar 2018 12:26:43 +0200 Subject: Fix T54274, and rename option --window-borderless to --window-fullscreen --- source/blender/windowmanager/intern/wm_window.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/windowmanager') diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c index bf3d28e39e0..ceb51171021 100644 --- a/source/blender/windowmanager/intern/wm_window.c +++ b/source/blender/windowmanager/intern/wm_window.c @@ -448,12 +448,7 @@ static void wm_window_ghostwindow_add(wmWindowManager *wm, const char *title, wm ghostwin = GHOST_CreateWindow(g_system, title, win->posx, posy, win->sizex, win->sizey, -#ifdef __APPLE__ - /* we agreed to not set any fullscreen or iconized state on startup */ - GHOST_kWindowStateNormal, -#else (GHOST_TWindowState)win->windowstate, -#endif GHOST_kDrawingContextTypeOpenGL, glSettings); -- cgit v1.2.3