comparison src/video/quartz/CGS.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
55 typedef int CGSWindowID; 55 typedef int CGSWindowID;
56 typedef CGSWindowID *CGSWindowIDList; 56 typedef CGSWindowID *CGSWindowIDList;
57 typedef CGWindowLevel CGSWindowLevel; 57 typedef CGWindowLevel CGSWindowLevel;
58 typedef NSRect CGSRect; 58 typedef NSRect CGSRect;
59 59
60 extern CGSConnectionID _CGSDefaultConnection (); 60 extern CGSConnectionID _CGSDefaultConnection();
61 61
62 extern CGSError CGSGetOnScreenWindowList (CGSConnectionID cid, 62 extern CGSError CGSGetOnScreenWindowList(CGSConnectionID cid,
63 CGSConnectionID owner, 63 CGSConnectionID owner,
64 CGSWindowCount listCapacity, 64 CGSWindowCount listCapacity,
65 CGSWindowIDList list, 65 CGSWindowIDList list,
66 CGSWindowCount * listCount); 66 CGSWindowCount * listCount);
67 67
68 extern CGSError CGSGetScreenRectForWindow (CGSConnectionID cid, 68 extern CGSError CGSGetScreenRectForWindow(CGSConnectionID cid,
69 CGSWindowID wid, CGSRect * rect); 69 CGSWindowID wid, CGSRect * rect);
70 70
71 extern CGWindowLevel CGSGetWindowLevel (CGSConnectionID cid, 71 extern CGWindowLevel CGSGetWindowLevel(CGSConnectionID cid,
72 CGSWindowID wid, 72 CGSWindowID wid,
73 CGSWindowLevel * level); 73 CGSWindowLevel * level);
74 74
75 extern CGSError CGSDisplayHWFill (CGDirectDisplayID id, unsigned int x, 75 extern CGSError CGSDisplayHWFill(CGDirectDisplayID id, unsigned int x,
76 unsigned int y, unsigned int w, 76 unsigned int y, unsigned int w,
77 unsigned int h, unsigned int color); 77 unsigned int h, unsigned int color);
78 78
79 extern CGSError CGSDisplayCanHWFill (CGDirectDisplayID id); 79 extern CGSError CGSDisplayCanHWFill(CGDirectDisplayID id);
80 80
81 extern CGSError CGSGetMouseEnabledFlags (CGSConnectionID cid, CGSWindowID wid, 81 extern CGSError CGSGetMouseEnabledFlags(CGSConnectionID cid, CGSWindowID wid,
82 int *flags); 82 int *flags);
83 83
84 int CGSDisplayHWSync (CGDirectDisplayID id); 84 int CGSDisplayHWSync(CGDirectDisplayID id);
85 /* vi: set ts=4 sw=4 expandtab: */ 85 /* vi: set ts=4 sw=4 expandtab: */