RetroArch
Functions | Variables
dispserv_null.c File Reference
#include <stddef.h>
#include "../video_display_server.h"
Include dependency graph for dispserv_null.c:
This graph shows which files directly or indirectly include this file:

Functions

static voidnull_display_server_init (void)
 
static void null_display_server_destroy (void *data)
 
static bool null_display_server_set_window_opacity (void *data, unsigned opacity)
 
static bool null_display_server_set_window_progress (void *data, int progress, bool finished)
 

Variables

const video_display_server_t dispserv_null
 

Function Documentation

◆ null_display_server_destroy()

static void null_display_server_destroy ( void data)
static
Here is the call graph for this function:

◆ null_display_server_init()

static void* null_display_server_init ( void  )
static

◆ null_display_server_set_window_opacity()

static bool null_display_server_set_window_opacity ( void data,
unsigned  opacity 
)
static
Here is the call graph for this function:

◆ null_display_server_set_window_progress()

static bool null_display_server_set_window_progress ( void data,
int  progress,
bool  finished 
)
static
Here is the call graph for this function:

Variable Documentation

◆ dispserv_null

Initial value:
= {
NULL,
NULL,
NULL,
NULL,
"null"
}
static void null_display_server_destroy(void *data)
Definition: dispserv_null.c:26
#define NULL
Pointer to 0.
Definition: gctypes.h:65
static void * null_display_server_init(void)
Definition: dispserv_null.c:21
static bool null_display_server_set_window_progress(void *data, int progress, bool finished)
Definition: dispserv_null.c:38
static bool null_display_server_set_window_opacity(void *data, unsigned opacity)
Definition: dispserv_null.c:31