changeset 911 | 04a403e4ccf5 |
parent 769 | b8d311d90021 |
child 1046 | f09d5edfc7a3 |
--- a/include/SDL_mouse.h Sun Jul 18 19:46:38 2004 +0000 +++ b/include/SDL_mouse.h Sun Jul 18 22:57:40 2004 +0000 @@ -40,7 +40,7 @@ #endif typedef struct WMcursor WMcursor; /* Implementation dependent */ -typedef struct { +typedef struct SDL_Cursor { SDL_Rect area; /* The area of the mouse cursor */ Sint16 hot_x, hot_y; /* The "tip" of the cursor */ Uint8 *data; /* B/W cursor data */