#include <ubixos/types.h>
Include dependency graph for sde.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | sdeWindows |
Defines | |
#define | drawWindow 3 |
#define | killWindow 4 |
#define | registerWindow 1 |
#define | windowReady 2 |
Functions | |
void | sdeThread () |
void | sysSDE (uInt32 cmd, void *ptr) |
Variables | |
sdeWindows * | windows |
void sdeThread | ( | ) |
void sysSDE | ( | uInt32 | cmd, | |
void * | ptr | |||
) |
struct sdeWindows* windows |