Usermode/axwin3 - Designing AxWin3 API
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm_renderer.h
1 /*
2 * Acess2 Window Manager v3 (axwin3)
3 * - By John Hodge (thePowersGang)
4 *
5 * include/wm_renderer.h
6 * - Window renderer API
7 */
8 #ifndef _WM_RENDERER_H_
9 #define _WM_RENDERER_H_
10
11 typedef struct
12 {
13         tWindow (*InitWindow)(int W, int H, int Flags);
14         void    (*Redraw)(tWindow *Window);
15          int    (*SendMessage)(tWindow *Window, int MessageID, int Length, void *Data);
16 }       tWMRenderer;
17
18 #endif

UCC git Repository :: git.ucc.asn.au