replace uses of SDL_Window with RenWindow (#1319)

Since Renwindow contains our instance of SDL_Window we can use this
to simplify future logic to create separate window instances
This commit is contained in:
Jan
2023-08-19 12:28:21 +08:00
committed by takase1121
parent 2d0ddc302f
commit c8afe3d1bf
3 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#define MAX_LOADABLE_GLYPHSETS 1024
#define SUBPIXEL_BITMAPS_CACHED 3
static RenWindow window_renderer = {0};
RenWindow window_renderer = {0};
static FT_Library library;
// draw_rect_surface is used as a 1x1 surface to simplify ren_draw_rect with blending