Day 37 complete.
This commit is contained in:
+1
-1
@@ -557,7 +557,7 @@ S32 main(S32 argc, char *argv[])
|
||||
SDL_GetCurrentDisplayMode(0, &display_mode);
|
||||
|
||||
SDL_Renderer *Renderer = SDL_CreateRenderer(Window, -1, SDL_RENDERER_PRESENTVSYNC);
|
||||
SDL_SetWindowPosition(Window, (display_mode.w - RESOLUTION_WIDTH), (display_mode.h - RESOLUTION_HEIGHT));
|
||||
SDL_SetWindowPosition(Window, (display_mode.w - RESOLUTION_WIDTH-20), (display_mode.h - RESOLUTION_HEIGHT-20));
|
||||
|
||||
/* NOTE: For future reference, the custom window bar should use
|
||||
* SDL_SetWindowHitTest to define areas that will be used to
|
||||
|
||||
Reference in New Issue
Block a user