Mir
|
#include "mir_toolkit/mir_client_library.h"
#include <stdio.h>
#include <signal.h>
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
Macros | |
#define | _DEFAULT_SOURCE |
#define | _BSD_SOURCE /* for usleep() */ |
#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 _BSD_SOURCE /* for usleep() */ |
#define _DEFAULT_SOURCE |
#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 Mon Jun 5 13:49:26 UTC 2017