comparison libvo/vo_quartz.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 16c0e23971f3
children 34d3e0c8487a
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
24 24
25 Sam Lantinga 25 Sam Lantinga
26 slouken@libsdl.org 26 slouken@libsdl.org
27 */ 27 */
28 28
29 #ifndef VO_QUARTZ_H 29 #ifndef MPLAYER_VO_QUARTZ_H
30 #define VO_QUARTZ_H 30 #define MPLAYER_VO_QUARTZ_H
31 31
32 /* These are the Macintosh key scancode constants -- from Inside Macintosh */ 32 /* These are the Macintosh key scancode constants -- from Inside Macintosh */
33 #define QZ_ESCAPE 0x35 33 #define QZ_ESCAPE 0x35
34 #define QZ_F1 0x7A 34 #define QZ_F1 0x7A
35 #define QZ_F2 0x78 35 #define QZ_F2 0x78
147 #define QZ_IBOOK_LEFT 0x3B 147 #define QZ_IBOOK_LEFT 0x3B
148 #define QZ_IBOOK_RIGHT 0x3C 148 #define QZ_IBOOK_RIGHT 0x3C
149 #define QZ_IBOOK_DOWN 0x3D 149 #define QZ_IBOOK_DOWN 0x3D
150 #define QZ_IBOOK_UP 0x3E 150 #define QZ_IBOOK_UP 0x3E
151 151
152 #endif /* VO_QUARTZ_H */ 152 #endif /* MPLAYER_VO_QUARTZ_H */