Skip to content

Commit

Permalink
bugfix: Fullscreen toggle didn't quite work (fixes #1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed May 13, 2024
1 parent 6b7ba03 commit bf2b6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/amiberry_gfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ void toggle_fullscreen(int monid, int mode)
}
*p = v;
devices_unsafeperiod();
updatewinfsmode(monid, &currprefs);
updatewinfsmode(monid, &changed_prefs);
#endif
}

Expand Down

0 comments on commit bf2b6bd

Please sign in to comment.