Mir
|
#include "eglapp.h"
#include "mir_toolkit/mir_client_library.h"
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <time.h>
#include <string.h>
#include <EGL/egl.h>
#include <GLES2/gl2.h>
#include <xkbcommon/xkbcommon-keysyms.h>
Macros | |
#define | CHECK(_cond, _err) |
Functions | |
void | mir_eglapp_cleanup (void) |
void | mir_eglapp_quit (void) |
mir_eglapp_bool | mir_eglapp_running (void) |
void | mir_eglapp_swap_buffers (void) |
double | mir_eglapp_display_hz (void) |
void | mir_eglapp_handle_event (MirWindow *window, MirEvent const *ev, void *unused) |
mir_eglapp_bool | mir_eglapp_init (int argc, char *argv[], unsigned int *width, unsigned int *height, struct mir_eglapp_arg const *custom_args) |
struct MirConnection * | mir_eglapp_native_connection () |
MirWindow * | mir_eglapp_native_window () |
Variables | |
float | mir_eglapp_background_opacity = 1.0f |
#define CHECK | ( | _cond, | |
_err | |||
) |
void mir_eglapp_cleanup | ( | void | ) |
double mir_eglapp_display_hz | ( | void | ) |
mir_eglapp_bool mir_eglapp_init | ( | int | argc, |
char * | argv[], | ||
unsigned int * | width, | ||
unsigned int * | height, | ||
struct mir_eglapp_arg const * | custom_args | ||
) |
struct MirConnection* mir_eglapp_native_connection | ( | ) |
void mir_eglapp_quit | ( | void | ) |
mir_eglapp_bool mir_eglapp_running | ( | void | ) |
void mir_eglapp_swap_buffers | ( | void | ) |
float mir_eglapp_background_opacity = 1.0f |
Copyright © 2012-2016 Canonical Ltd.
Generated on Mon Jun 5 11:05:03 UTC 2017