]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Reset uaegfx screen dragging position at startup.
authorToni Wilen <twilen@winuae.net>
Sun, 27 Sep 2020 18:10:22 +0000 (21:10 +0300)
committerToni Wilen <twilen@winuae.net>
Sun, 27 Sep 2020 18:10:22 +0000 (21:10 +0300)
od-win32/win32gfx.cpp

index 75758800459178681d0f9770def4c3be5b65dc9d..d1588f74fc17e86150a893eef53e52af45dbdc2a 100644 (file)
@@ -3173,6 +3173,7 @@ static void updatepicasso96(struct AmigaMonitor *mon)
        vidinfo->width = mon->currentmode.current_width;
        vidinfo->depth = mon->currentmode.current_depth;
        vidinfo->offset = 0;
+       vidinfo->splitypos = -1;
 #endif
 }