|
RetroArch
|
#include <stdio.h>#include "video_display_server.h"#include "video_driver.h"#include "../verbosity.h"Functions | |
| const char * | video_display_server_get_ident (void) |
| void * | video_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) |
| void * | video_display_server_get_resolution_list (unsigned *size) |
| const char * | video_display_server_get_output_options (void) |
Variables | |
| static const video_display_server_t * | current_display_server = &dispserv_null |
| static void * | current_display_server_data = NULL |
| void* video_display_server_get_resolution_list | ( | unsigned * | size | ) |
| bool video_display_server_set_resolution | ( | unsigned | width, |
| unsigned | height, | ||
| int | int_hz, | ||
| float | hz, | ||
| int | center | ||
| ) |
| bool video_display_server_set_window_opacity | ( | unsigned | opacity | ) |
|
static |
1.8.15