equal
deleted
inserted
replaced
875 XDeleteProperty(SDL_Display, WMwindow, WM_HINTS); |
875 XDeleteProperty(SDL_Display, WMwindow, WM_HINTS); |
876 set = SDL_TRUE; |
876 set = SDL_TRUE; |
877 } |
877 } |
878 /* Finally unset the transient hints if necessary */ |
878 /* Finally unset the transient hints if necessary */ |
879 if ( ! set ) { |
879 if ( ! set ) { |
880 /* NOTE: Does this work? */ |
880 XDeleteProperty(SDL_Display, WMwindow, XA_WM_TRANSIENT_FOR); |
881 XSetTransientForHint(SDL_Display, WMwindow, None); |
|
882 } |
881 } |
883 } |
882 } |
884 } |
883 } |
885 |
884 |
886 static int X11_CreateWindow(_THIS, SDL_Surface *screen, |
885 static int X11_CreateWindow(_THIS, SDL_Surface *screen, |