UbixOS  2.0
sde.h File Reference
#include <sys/types.h>
#include <sys/sysproto.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
 

Macros

#define drawWindow   3
 
#define killWindow   4
 
#define registerWindow   1
 
#define windowReady   2
 

Functions

void sdeThread ()
 
int sysSDE (struct thread *td, struct sys_sde_args *args)
 

Variables

struct sdeWindowswindows
 

Macro Definition Documentation

◆ drawWindow

#define drawWindow   3

Definition at line 40 of file sde.h.

◆ killWindow

#define killWindow   4

Definition at line 41 of file sde.h.

◆ registerWindow

#define registerWindow   1

Definition at line 38 of file sde.h.

◆ windowReady

#define windowReady   2

Definition at line 39 of file sde.h.

Function Documentation

◆ sdeThread()

◆ sysSDE()

int sysSDE ( struct thread td,
struct sys_sde_args args 
)

Variable Documentation

◆ windows

struct sdeWindows* windows

Definition at line 43 of file sde.cc.

Referenced by sdeThread(), and sysSDE().