summaryrefslogtreecommitdiffstats
path: root/x11vnc/macosxCGS.c
diff options
context:
space:
mode:
authorrunge <runge>2006-12-11 15:51:17 +0000
committerrunge <runge>2006-12-11 15:51:17 +0000
commit6c0ead464bdd9aff42c263331429ca91ff95052f (patch)
treebb6c0d4c691d062ad13c0292a23a651383bde2df /x11vnc/macosxCGS.c
parent3a318ed5908ad9acca318e6709ae6b16e5ffbba2 (diff)
downloadlibtdevnc-6c0ead464bdd9aff42c263331429ca91ff95052f.tar.gz
libtdevnc-6c0ead464bdd9aff42c263331429ca91ff95052f.zip
cleanup some comments.
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,