Makefile: Added missing png library to linker options (issue 141)
Fix the minimum screen size not enforced when resizing window (since r705) Fix the mouse cursor position when changing pixel size (since r705) In fileselector, the image preview now enforces "safe colors". (issue 116) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@716 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -1673,8 +1673,6 @@ void Button_Safety_resolution(void)
|
||||
Unselect_bouton(BUTTON_MAGNIFIER);
|
||||
Init_mode_video(640, 400, 0,PIXEL_SIMPLE);
|
||||
Current_resolution=0;
|
||||
Video_mode[0].Width = Screen_width*Pixel_width;
|
||||
Video_mode[0].Height = Screen_height*Pixel_height;
|
||||
Display_menu();
|
||||
Display_all_screen();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user