RetroArch
Classes | Typedefs | Functions | Variables
video_display_server.h File Reference
#include <retro_common_api.h>
#include <boolean.h>
Include dependency graph for video_display_server.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  video_display_config
 
struct  video_display_server
 

Typedefs

typedef RETRO_BEGIN_DECLS struct video_display_config video_display_config_t
 
typedef struct video_display_server video_display_server_t
 

Functions

voidvideo_display_server_init (void)
 
void video_display_server_destroy (void)
 
bool video_display_server_set_window_opacity (unsigned opacity)
 
bool video_display_server_set_window_progress (int progress, bool finished)
 
bool video_display_server_set_window_decorations (bool on)
 
bool video_display_server_set_resolution (unsigned width, unsigned height, int int_hz, float hz, int center)
 
voidvideo_display_server_get_resolution_list (unsigned *size)
 
const char * video_display_server_get_output_options (void)
 
const char * video_display_server_get_ident (void)
 

Variables

const video_display_server_t dispserv_win32
 
const video_display_server_t dispserv_x11
 
const video_display_server_t dispserv_null
 

Typedef Documentation

◆ video_display_config_t

◆ video_display_server_t

Function Documentation

◆ video_display_server_destroy()

void video_display_server_destroy ( void  )
Here is the caller graph for this function:

◆ video_display_server_get_ident()

const char* video_display_server_get_ident ( void  )
Here is the caller graph for this function:

◆ video_display_server_get_output_options()

const char* video_display_server_get_output_options ( void  )

◆ video_display_server_get_resolution_list()

void* video_display_server_get_resolution_list ( unsigned *  size)
Here is the caller graph for this function:

◆ video_display_server_init()

void* video_display_server_init ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ video_display_server_set_resolution()

bool video_display_server_set_resolution ( unsigned  width,
unsigned  height,
int  int_hz,
float  hz,
int  center 
)
Here is the caller graph for this function:

◆ video_display_server_set_window_decorations()

bool video_display_server_set_window_decorations ( bool  on)
Here is the caller graph for this function:

◆ video_display_server_set_window_opacity()

bool video_display_server_set_window_opacity ( unsigned  opacity)
Here is the caller graph for this function:

◆ video_display_server_set_window_progress()

bool video_display_server_set_window_progress ( int  progress,
bool  finished 
)
Here is the caller graph for this function:

Variable Documentation

◆ dispserv_null

◆ dispserv_win32

const video_display_server_t dispserv_win32

◆ dispserv_x11