UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
r_sdl.cpp File Reference

This file contains SDL specific stuff having to do with the OpenGL refresh. More...

#include "r_local.h"
#include "r_main.h"
#include "r_sdl.h"
#include "../../ports/system.h"
#include "../client.h"
#include "../../ports/linux/ufoicon.xbm"

Go to the source code of this file.

Functions

static void R_SetSDLIcon (void)
 
bool Rimp_Init (void)
 
bool R_InitGraphics (const viddefContext_t *context)
 Init the SDL window. More...
 
void Rimp_Shutdown (void)
 

Variables

r_sdl_config_t r_sdl_config
 

Detailed Description

This file contains SDL specific stuff having to do with the OpenGL refresh.

Definition in file r_sdl.cpp.

Function Documentation

bool R_InitGraphics ( const viddefContext_t context)
static void R_SetSDLIcon ( void  )
static

Definition at line 34 of file r_sdl.cpp.

References cls, i, ufoicon_height, and ufoicon_width.

Referenced by Rimp_Init().

void Rimp_Shutdown ( void  )

Definition at line 282 of file r_sdl.cpp.

References cls.

Referenced by R_Shutdown().

Variable Documentation

r_sdl_config_t r_sdl_config

Definition at line 32 of file r_sdl.cpp.

Referenced by VID_GetModeInfo(), and VID_GetModeNums().