|
@@ -28,11 +28,6 @@
|
|
|
#include "SDL_x11window.h"
|
|
|
#include "../SDL_shape_internals.h"
|
|
|
|
|
|
-SDL_Window*
|
|
|
-X11_CreateShapedWindow(const char *title,unsigned int x,unsigned int y,unsigned int w,unsigned int h,Uint32 flags) {
|
|
|
- return SDL_CreateWindow(title,x,y,w,h,flags);
|
|
|
-}
|
|
|
-
|
|
|
SDL_WindowShaper*
|
|
|
X11_CreateShaper(SDL_Window* window) {
|
|
|
SDL_WindowShaper* result = NULL;
|
|
@@ -118,4 +113,3 @@ X11_SetWindowShape(SDL_WindowShaper *shaper,SDL_Surface *shape,SDL_WindowShapeMo
|
|
|
}
|
|
|
|
|
|
#endif /* SDL_VIDEO_DRIVER_X11 */
|
|
|
-
|