SDL-mirror/src/video/x11
Sam Lantinga ec67327c73 Fixed bug 1919 - Window icon disappears as soon as a renderer is created
Sebastian

Setting a window icon works just fine until a renderer is added to the window.
After adding the renderer the icon disappears.

Reproduce by:
- Take the example code from the wiki: http://wiki.libsdl.org/moin.fcg/SDL_SetWindowIcon

- Add the following two lines after  SDL_FreeSurface(surface);
  SDL_Delay(1000);
  SDL_Renderer* ren = SDL_CreateRenderer(window, -1, SDL_RENDERER_ACCELERATED);

-compile and run

You will see the window icon correctly at first. After the Delay the Icon will disappear.
2013-07-14 18:17:28 -07:00
..
edid-parse.c Fixed bug 1805 - Memory Leak issue in src/video/x11/edid-parse.c file 2013-04-17 01:38:59 -07:00
edid.h Fix pulseaudio dynamic linking for Solaris builds. 2013-02-25 22:46:21 +00:00
imKStoUCS.c Lots of fixes importing SDL source wholesale into a new iOS project 2011-10-31 05:56:58 -04:00
imKStoUCS.h
SDL_x11clipboard.c Add a timeout to the clipboard code to avoid hangs when using synergy. When a timeout is detected we set the clipboard so that we own it so that future timeouts are avoided. Testing has confirmed that this timeout and setting only occurs when the clipboard contains text from my Windows machine. 2013-07-23 12:59:29 -07:00
SDL_x11clipboard.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_x11dyn.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_x11dyn.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_x11events.c Workaround crash bug in libXi <= 1.4.1 (thanks, Steve!). 2013-07-20 13:11:40 -04:00
SDL_x11events.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_x11framebuffer.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_x11framebuffer.h Fixed bug 1763 - Constify SDL_UpdateWindowSurfaceRects() 2013-03-19 21:53:33 -07:00
SDL_x11keyboard.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_x11keyboard.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_x11messagebox.c Fixed bug 1526 - X11 - XUnmapWindow should not be called directly 2013-07-27 00:49:34 -07:00
SDL_x11messagebox.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_x11modes.c Fixed another compiler warning. 2013-07-20 20:12:36 -04:00
SDL_x11modes.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_x11mouse.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_x11mouse.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_x11opengl.c Fix for recent GLX error bug 2013-07-23 19:20:03 -07:00
SDL_x11opengl.h Fix for recent GLX error bug 2013-07-23 19:20:03 -07:00
SDL_x11opengles.c Fixed wrong type being passed to eglGetConfigAttrib() (thanks, Alexander!). 2013-07-19 00:22:57 -04:00
SDL_x11opengles.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_x11shape.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_x11shape.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_x11sym.h Fixed bug 1526 - X11 - XUnmapWindow should not be called directly 2013-07-27 00:49:34 -07:00
SDL_x11touch.c Updated touch API 2013-03-03 01:01:33 -08:00
SDL_x11touch.h Updated touch API 2013-03-03 01:01:33 -08:00
SDL_x11video.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_x11video.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_x11window.c Fixed bug 1919 - Window icon disappears as soon as a renderer is created 2013-07-14 18:17:28 -07:00
SDL_x11window.h XDnD implementation from Davey Taylor, need some cleanup 2013-03-13 21:41:43 -07:00
SDL_x11xinput2.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_x11xinput2.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00