annotate src/video/quartz/SDL_QuartzWM.h @ 4319:edefeb52a627 SDL-1.2

Added support for SDL_VIDEO_FULLSCREEN_DISPLAY, but mouse events need to be fixed up.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 15:10:06 +0000
parents a1b03ba2fcd0
children
rev   line source
4070
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1 /*
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
2 SDL - Simple DirectMedia Layer
4159
a1b03ba2fcd0 Updated copyright date
Sam Lantinga <slouken@libsdl.org>
parents: 4070
diff changeset
3 Copyright (C) 1997-2009 Sam Lantinga
4070
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
4
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
5 This library is free software; you can redistribute it and/or
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
6 modify it under the terms of the GNU Library General Public
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
7 License as published by the Free Software Foundation; either
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
8 version 2 of the License, or (at your option) any later version.
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
9
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
10 This library is distributed in the hope that it will be useful,
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
13 Library General Public License for more details.
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
14
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
15 You should have received a copy of the GNU Library General Public
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
16 License along with this library; if not, write to the Free
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
18
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
19 Sam Lantinga
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
20 slouken@libsdl.org
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
21 */
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
22
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
23 struct WMcursor {
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
24 NSCursor *nscursor;
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
25 };
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
26
b8f2db95145e Patch from Christian Walther
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
27 void QZ_UpdateCursor(_THIS);