comparison src/video/x11/SDL_x11window.h @ 4518:a956a315fe67

Lots of prep for the "real" way to support fullscreen mode on modern window managers. Unfortunately, this doesn't work. I also noticed that maximizing doesn't work as well. Also xprop hangs when trying to list properties of SDL windows.... ???
author Sam Lantinga <slouken@libsdl.org>
date Tue, 13 Jul 2010 23:11:10 -0700
parents f7b03b6838cb
children 073b86030262
comparison
equal deleted inserted replaced
4517:7b5e4396bcaa 4518:a956a315fe67
33 struct SDL_VideoData *videodata; 33 struct SDL_VideoData *videodata;
34 } SDL_WindowData; 34 } SDL_WindowData;
35 35
36 extern int X11_CreateWindow(_THIS, SDL_Window * window); 36 extern int X11_CreateWindow(_THIS, SDL_Window * window);
37 extern int X11_CreateWindowFrom(_THIS, SDL_Window * window, const void *data); 37 extern int X11_CreateWindowFrom(_THIS, SDL_Window * window, const void *data);
38 extern char *X11_GetWindowTitle(_THIS, Window xwindow);
38 extern void X11_SetWindowTitle(_THIS, SDL_Window * window); 39 extern void X11_SetWindowTitle(_THIS, SDL_Window * window);
39 extern void X11_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon); 40 extern void X11_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon);
40 extern void X11_SetWindowPosition(_THIS, SDL_Window * window); 41 extern void X11_SetWindowPosition(_THIS, SDL_Window * window);
41 extern void X11_SetWindowSize(_THIS, SDL_Window * window); 42 extern void X11_SetWindowSize(_THIS, SDL_Window * window);
42 extern void X11_ShowWindow(_THIS, SDL_Window * window); 43 extern void X11_ShowWindow(_THIS, SDL_Window * window);