summaryrefslogtreecommitdiffstats
path: root/x11vnc/macosxCGS.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/macosxCGS.c')
-rw-r--r--x11vnc/macosxCGS.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11vnc/macosxCGS.c b/x11vnc/macosxCGS.c
index df2e96e..0bc5f1b 100644
--- a/x11vnc/macosxCGS.c
+++ b/x11vnc/macosxCGS.c
@@ -38,9 +38,9 @@ extern CGWindowLevel CGSGetWindowLevel (CGSConnectionID cid,
CGSWindowID wid, CGSWindowLevel *level);
typedef enum _CGSWindowOrderingMode {
- kCGSOrderAbove = 1, // Window is ordered above target.
- kCGSOrderBelow = -1, // Window is ordered below target.
- kCGSOrderOut = 0 // Window is removed from the on-screen window list.
+ kCGSOrderAbove = 1, /* Window is ordered above target. */
+ kCGSOrderBelow = -1, /* Window is ordered below target. */
+ kCGSOrderOut = 0 /* Window is removed from the on-screen window list. */
} CGSWindowOrderingMode;
extern OSStatus CGSOrderWindow(const CGSConnectionID cid,