![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <lib/gdi/erect.h>#include <lib/gdi/epoint.h>#include <lib/gdi/region.h>#include <lib/base/eerror.h>Macros | |
| #define | max(a, b) ((a) > (b) ? (a) : (b)) |
| #define | min(a, b) ((a) < (b) ? (a) : (b)) |
| #define | MERGERECT(r) |
Functions | |
| bool | operator== (const gRegion &r1, const gRegion &r2) |
| bool | operator!= (const gRegion &r1, const gRegion &r2) |
| #define max | ( | a, | |
| b | |||
| ) | ((a) > (b) ? (a) : (b)) |
| #define MERGERECT | ( | r | ) |
| #define min | ( | a, | |
| b | |||
| ) | ((a) < (b) ? (a) : (b)) |