]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/libsdl/lib/src/src/video/dope/SDL_dopemouse.c
Inital import
[l4.git] / l4 / pkg / libsdl / lib / src / src / video / dope / SDL_dopemouse.c
1 #include <stdio.h>
2
3 #include "SDL_error.h"
4 #include "SDL_mouse.h"
5 #include "SDL_events_c.h"
6
7 /* The implementation dependent data for the window manager cursor */
8 struct WMcursor {
9         int unused;
10 };