support app icon by reusing x11 sdl code
[sdl_omap.git] / src / video / omapdss / SDL_x11reuse.h
diff --git a/src/video/omapdss/SDL_x11reuse.h b/src/video/omapdss/SDL_x11reuse.h
new file mode 100644 (file)
index 0000000..0ab8a37
--- /dev/null
@@ -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);