Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
sdl3_data Struct Reference

#include <graphics.h>

Data Fields

int rects_count
 
int guis_count
 
SDL_Rect rects [RECT_LIMIT]
 
SDL_Windowscreen
 
SDL_Surfacemap
 
SDL_Surfacedummy
 
SDL_Texturemaintext
 
SDL_Rendererrenderer
 
struct canvas map_canvas
 
struct gui_layergui
 
struct gui_layer ** guis
 
SDL_Event event
 

Detailed Description

Definition at line 197 of file graphics.h.

Field Documentation

◆ dummy

SDL_Surface* sdl3_data::dummy

Definition at line 203 of file graphics.h.

◆ event

SDL_Event sdl3_data::event

Definition at line 209 of file graphics.h.

◆ gui

struct gui_layer* sdl3_data::gui

Definition at line 207 of file graphics.h.

◆ guis

struct gui_layer** sdl3_data::guis

Definition at line 208 of file graphics.h.

◆ guis_count

int sdl3_data::guis_count

Definition at line 199 of file graphics.h.

◆ maintext

SDL_Texture* sdl3_data::maintext

Definition at line 204 of file graphics.h.

◆ map

SDL_Surface* sdl3_data::map

Definition at line 202 of file graphics.h.

◆ map_canvas

struct canvas sdl3_data::map_canvas

Definition at line 206 of file graphics.h.

◆ rects

SDL_Rect sdl3_data::rects[RECT_LIMIT]

Definition at line 200 of file graphics.h.

◆ rects_count

int sdl3_data::rects_count

Definition at line 198 of file graphics.h.

◆ renderer

SDL_Renderer* sdl3_data::renderer

Definition at line 205 of file graphics.h.

◆ screen

SDL_Window* sdl3_data::screen

Definition at line 201 of file graphics.h.