summaryrefslogtreecommitdiffstats
path: root/x11vnc/macosxCG.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/macosxCG.c
parent3a318ed5908ad9acca318e6709ae6b16e5ffbba2 (diff)
downloadlibtdevnc-6c0ead464bdd9aff42c263331429ca91ff95052f.tar.gz
libtdevnc-6c0ead464bdd9aff42c263331429ca91ff95052f.zip
cleanup some comments.
Diffstat (limited to 'x11vnc/macosxCG.c')
-rw-r--r--x11vnc/macosxCG.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11vnc/macosxCG.c b/x11vnc/macosxCG.c
index 84d7713..b7dd2e8 100644
--- a/x11vnc/macosxCG.c
+++ b/x11vnc/macosxCG.c
@@ -92,7 +92,9 @@ extern void macosxGCS_initpb(void);
void macosxCG_init(void) {
if (displayID == NULL) {
fprintf(stderr, "macosxCG_init: initializing display.\n");
- //dragum();
+#if 0
+ dragum();
+#endif
displayID = kCGDirectMainDisplay;
(void) GetMainDevice();
@@ -469,7 +471,7 @@ static int USKeyCodes[] = {
XK_question, 44, /* ? */
XK_backslash, 42, /* \ */
XK_bar, 42, /* | */
- // OS X Sends this (END OF MEDIUM) for Shift-Tab (with US Keyboard)
+ /* OS X Sends this (END OF MEDIUM) for Shift-Tab (with US Keyboard) */
0x0019, 48, /* Tab */
XK_space, 49, /* Space */
};