|
Mir
|
#include "mir_toolkit/mir_client_library.h"#include "mir_toolkit/events/input/input_event.h"#include <stdio.h>#include <signal.h>#include <stdint.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <pthread.h>Macros | |
| #define | BYTES_PER_PIXEL(f) ((f) == mir_pixel_format_bgr_888 ? 3 : 4) |
| #define | MIN(a, b) ((a) <= (b) ? (a) : (b)) |
Functions | |
| int | main (int argc, char *argv[]) |
| #define BYTES_PER_PIXEL | ( | f | ) | ((f) == mir_pixel_format_bgr_888 ? 3 : 4) |
| #define MIN | ( | a, | |
| b | |||
| ) | ((a) <= (b) ? (a) : (b)) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Copyright © 2012-2016 Canonical Ltd.
Generated on Wed Oct 11 22:26:23 UTC 2017