Skip to content
Snippets Groups Projects
Commit 48c5fcae authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't require caller to call textmode() before showing window

Fixes recent regression with scfg
parent 6ccae228
No related branches found
No related tags found
No related merge requests found
......@@ -1249,10 +1249,7 @@ static int video_init()
if(init_window())
return(-1);
bitmap_drv_init(x11_drawrect, x11_flush);
pthread_mutex_lock(&vstatlock);
bitmap_drv_init_mode(vstat.mode, NULL, NULL, 0, 0);
x_cvstat = vstat;
pthread_mutex_unlock(&vstatlock);
init_mode_internal(ciolib_initial_mode);
return(0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment