host_graph_beos.h 851 Bytes

#ifndef __HOST_GRAPH_BEOS_H__
#define __HOST_GRAPH_BEOS_H__

#include <Bitmap.h>
#include <time.h>

typedef BBitmap       HostImage;
typedef int           BOOL; 
   
//extern Display *      the_display; 
//extern Window         the_root_window;    
//extern int            the_window_depth; 
//extern GC             the_root_gc;    
   
#define the_event_mask     (ButtonPressMask\
                           |ButtonReleaseMask\
                           |StructureNotifyMask\
                           |KeyPressMask\
                           |KeyReleaseMask\
                           |KeymapStateMask\
                           |EnterWindowMask\
                           |LeaveWindowMask\
                           |PointerMotionMask\
                           |ButtonMotionMask\
                           |ExposureMask)
   
   
#endif