diff options
author | runge <runge> | 2006-12-11 15:51:17 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-11 15:51:17 +0000 |
commit | 6c0ead464bdd9aff42c263331429ca91ff95052f (patch) | |
tree | bb6c0d4c691d062ad13c0292a23a651383bde2df /x11vnc/macosxCGS.c | |
parent | 3a318ed5908ad9acca318e6709ae6b16e5ffbba2 (diff) | |
download | libtdevnc-6c0ead464bdd9aff42c263331429ca91ff95052f.tar.gz libtdevnc-6c0ead464bdd9aff42c263331429ca91ff95052f.zip |
cleanup some comments.
Diffstat (limited to 'x11vnc/macosxCGS.c')
-rw-r--r-- | x11vnc/macosxCGS.c | 6 |
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, |