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 <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,2013 Canonical Ltd.
Generated on Wed Oct 30 18:52:19 UTC 2013