RT
Functions
screen_manager.c File Reference
#include <SDL.h>
#include "config.h"
#include "libui.h"
#include "ftmem.h"
#include "interface.h"
Include dependency graph for screen_manager.c:

Functions

void realloc_pxl (t_sdl *sdl, int width, int height)
 
void toggle_layout (t_sdl *sdl, t_gui *gui)
 
void toggle_fullscreen (t_sdl *sdl, t_gui *gui)
 
void resize_app (int width, int height, t_data *app)
 

Function Documentation

◆ realloc_pxl()

void realloc_pxl ( t_sdl sdl,
int  width,
int  height 
)

◆ resize_app()

void resize_app ( int  width,
int  height,
t_data app 
)

◆ toggle_fullscreen()

void toggle_fullscreen ( t_sdl sdl,
t_gui gui 
)

◆ toggle_layout()

void toggle_layout ( t_sdl sdl,
t_gui gui 
)