From 6c0ead464bdd9aff42c263331429ca91ff95052f Mon Sep 17 00:00:00 2001 From: runge Date: Mon, 11 Dec 2006 15:51:17 +0000 Subject: cleanup some comments. --- x11vnc/macosxCGS.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11vnc/macosxCGS.c') 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, -- cgit v1.2.1