Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11wm_c.h @ 1767:ae9f6be81810
Fixed bug #196
Use the title and icon stored in the SDL video info, when creating X11 windows.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 05 May 2006 05:09:10 +0000 |
parents | d910939febfa |
children | 782fd950bd46 c121d94672cb a1b03ba2fcd0 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11wm_c.h Thu May 04 16:52:53 2006 +0000 +++ b/src/video/x11/SDL_x11wm_c.h Fri May 05 05:09:10 2006 +0000 @@ -24,6 +24,7 @@ #include "SDL_x11video.h" /* Functions to be exported */ +extern void X11_SetCaptionNoLock(_THIS, const char *title, const char *icon); extern void X11_SetCaption(_THIS, const char *title, const char *icon); extern void X11_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask); extern int X11_IconifyWindow(_THIS);