-
- Downloads
Eliminate GDI scaling. It's ugly and I hate it.
Also, fix up window behaviour... allow dragging it larger and smaller, disable maximize, and don't allow snapping bigger or smaller than the user area. Finally, when r2y tables aren't installed, set the aspect ratio to xsize x ysize so all the aspect "stuff" works properly. With this, GDI is now the default output mode for Windows. Auto order is now: X11 -> GDI -> SDL -> Win32 Console or Curses -> ANSI Maybe for 2.0 I'll do a Wayland and Core Graphics driver too. :D
Showing
- src/conio/bitmap_con.c 42 additions, 15 deletionssrc/conio/bitmap_con.c
- src/conio/bitmap_con.h 2 additions, 0 deletionssrc/conio/bitmap_con.h
- src/conio/ciolib.c 6 additions, 6 deletionssrc/conio/ciolib.c
- src/conio/scale.c 8 additions, 35 deletionssrc/conio/scale.c
- src/conio/vidmodes.c 6 additions, 1 deletionsrc/conio/vidmodes.c
- src/conio/win32gdi.c 163 additions, 130 deletionssrc/conio/win32gdi.c
Loading
Please register or sign in to comment