From cc3754a2bdd6801179751d45f1df3b5816e189fc Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 17 May 2012 18:48:28 -0700 Subject: xorg: work on offscreen bitmaps --- xup/xup.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'xup/xup.h') diff --git a/xup/xup.h b/xup/xup.h index 26d893af..9e0a4489 100644 --- a/xup/xup.h +++ b/xup/xup.h @@ -88,7 +88,15 @@ struct mod char* data, int data_len, int total_data_len, int flags); int (*server_bell_trigger)(struct mod* v); - tbus server_dumby[100 - 25]; /* align, 100 minus the number of server + int (*server_create_os_surface)(struct mod* v, int id, + int width, int height); + int (*server_switch_os_surface)(struct mod* v, int id); + int (*server_delete_os_surface)(struct mod* v, int id); + int (*server_paint_rect_os)(struct mod* v, int x, int y, + int cx, int cy, + int id, int srcx, int srcy); + int (*server_set_hints)(struct mod* v, int hints, int mask); + tbus server_dumby[100 - 30]; /* align, 100 minus the number of server functions above */ /* common */ tbus handle; /* pointer to self as long */ -- cgit v1.2.1