diff options
author | dscho <dscho> | 2005-12-08 11:54:51 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-12-08 11:54:51 +0000 |
commit | efbf1d72405170096ba23fa75f36b376459169c1 (patch) | |
tree | 4b378054ae2747ad1e850e10a56de4d137f65174 /examples/mac.c | |
parent | 9e78be39cc9ff5b11579e44463917b6ca7b60e30 (diff) | |
download | libvncserver-efbf1d72405170096ba23fa75f36b376459169c1.zip libvncserver-efbf1d72405170096ba23fa75f36b376459169c1.tar.gz |
fix compile warnings
Diffstat (limited to 'examples/mac.c')
-rw-r--r-- | examples/mac.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/mac.c b/examples/mac.c index f33780a..4f1a10e 100644 --- a/examples/mac.c +++ b/examples/mac.c @@ -381,9 +381,11 @@ static int keyTable[] = { XK_Alt_R, 55, /* Alt Right (-> Command) */ /* Weirdness I can't figure out */ - /* XK_3270_PrintScreen, 105, /* PrintScrn */ /* XXX ? */ - /* ??? 94, 50, /* International */ - XK_Menu, 50, /* Menu (-> International) */ +#if 0 + XK_3270_PrintScreen, 105, /* PrintScrn */ + ??? 94, 50, /* International */ + XK_Menu, 50, /* Menu (-> International) +#endif }; void |