diff options
author | runge <runge> | 2006-06-03 20:49:09 +0000 |
---|---|---|
committer | runge <runge> | 2006-06-03 20:49:09 +0000 |
commit | 203eee7cfdb70556125f959d3b548fbd1213d8d2 (patch) | |
tree | d1da7e1014d58f2e7c44bda9b23652b4286a8887 /x11vnc/cleanup.c | |
parent | 8417618289bd95663789bb67d841800f166c57a0 (diff) | |
download | libtdevnc-203eee7cfdb70556125f959d3b548fbd1213d8d2.tar.gz libtdevnc-203eee7cfdb70556125f959d3b548fbd1213d8d2.zip |
x11vnc: -capslock -skip_lockkeys; Alt keys under -rawfb cons.
Diffstat (limited to 'x11vnc/cleanup.c')
-rw-r--r-- | x11vnc/cleanup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11vnc/cleanup.c b/x11vnc/cleanup.c index f41112d..f162b37 100644 --- a/x11vnc/cleanup.c +++ b/x11vnc/cleanup.c @@ -51,8 +51,6 @@ static void interrupted (int sig); void clean_shm(int quick) { int i, cnt = 0; - if (raw_fb) quick = 1; /* raw_fb hack */ - /* * to avoid deadlock, etc, under quick=1 we just delete the shm * areas and leave the X stuff hanging. |