#include <sys/types.h>
#include <linux/fb.h>
#include "mmsgui/fb/mmsfb.h"
#include "mmsgui/fb/mmsfbsurfacemanager.h"
#include <string.h>
#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | PRINT_LOCK(msg...) |
#define | INITCHECK if(!this->initialized){MMSFB_SetError(0,"not initialized");return false;} |
Functions | |
void | MMSFB_AtExit () |
Variables | |
MMSFB * | mmsfb = new MMSFB() |
#define INITCHECK if(!this->initialized){MMSFB_SetError(0,"not initialized");return false;} |