support app icon by reusing x11 sdl code
[sdl_omap.git] / src / video / omapdss / SDL_x11reuse.h
1
2 struct x11reuse_context *x11reuse_init(void);
3 void x11reuse_SetCaption(struct x11reuse_context *context,
4         void *display, int screen, void *window,
5         const char *title, const char *icon);
6 void x11reuse_SetIcon(struct x11reuse_context *context,
7         void *display, int screen, void *window,
8         void *icon, void *mask);