X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=sdl_omap.git;a=blobdiff_plain;f=src%2Fvideo%2Fomapdss%2FSDL_x11reuse.h;fp=src%2Fvideo%2Fomapdss%2FSDL_x11reuse.h;h=0ab8a3726deaee741169591635db3c8a8a7d159d;hp=0000000000000000000000000000000000000000;hb=ee7e6b2d8bc82029aac405d13f719f4532851224;hpb=7eac0547921ad8b0b522a50716e5d21021ec06fb diff --git a/src/video/omapdss/SDL_x11reuse.h b/src/video/omapdss/SDL_x11reuse.h new file mode 100644 index 0000000..0ab8a37 --- /dev/null +++ b/src/video/omapdss/SDL_x11reuse.h @@ -0,0 +1,8 @@ + +struct x11reuse_context *x11reuse_init(void); +void x11reuse_SetCaption(struct x11reuse_context *context, + void *display, int screen, void *window, + const char *title, const char *icon); +void x11reuse_SetIcon(struct x11reuse_context *context, + void *display, int screen, void *window, + void *icon, void *mask);