|
Mir
|
#include "eglapp.h"#include "mir_toolkit/mir_client_library.h"#include <stdio.h>#include <stdlib.h>#include <signal.h>#include <time.h>#include <EGL/egl.h>#include <GLES2/gl2.h>#include <xkbcommon/xkbcommon-keysyms.h>Macros | |
| #define | CHECK(_cond, _err) |
Functions | |
| void | mir_eglapp_shutdown (void) |
| mir_eglapp_bool | mir_eglapp_running (void) |
| void | mir_eglapp_swap_buffers (void) |
| mir_eglapp_bool | mir_eglapp_init (int argc, char *argv[], unsigned int *width, unsigned int *height) |
| struct MirConnection * | mir_eglapp_native_connection () |
| struct MirSurface * | mir_eglapp_native_surface () |
Variables | |
| float | mir_eglapp_background_opacity = 1.0f |
| #define CHECK | ( | _cond, | |
| _err | |||
| ) |
| mir_eglapp_bool mir_eglapp_init | ( | int | argc, |
| char * | argv[], | ||
| unsigned int * | width, | ||
| unsigned int * | height | ||
| ) |
| struct MirConnection* mir_eglapp_native_connection | ( | ) |
| struct MirSurface* mir_eglapp_native_surface | ( | ) |
| mir_eglapp_bool mir_eglapp_running | ( | void | ) |
| void mir_eglapp_shutdown | ( | void | ) |
| void mir_eglapp_swap_buffers | ( | void | ) |
| float mir_eglapp_background_opacity = 1.0f |
Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016