diff options
| author | runge <runge> | 2006-07-09 01:48:31 +0000 |
|---|---|---|
| committer | runge <runge> | 2006-07-09 01:48:31 +0000 |
| commit | 079528470d8a1dfeab321ebdc2ab6c42943ed296 (patch) | |
| tree | aaa83a4d318c1c72a7698c3b8a6b5318397688d3 /x11vnc/options.c | |
| parent | 8cda60969b6d2df88e0f4fc0fd267dc26adb3872 (diff) | |
| download | libtdevnc-079528470d8a1dfeab321ebdc2ab6c42943ed296.tar.gz libtdevnc-079528470d8a1dfeab321ebdc2ab6c42943ed296.zip | |
x11vnc: add uinput support for full input into linux fb device (e.g. qt-embed).
Diffstat (limited to 'x11vnc/options.c')
| -rw-r--r-- | x11vnc/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index 5e60627..1cfb5be 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -290,6 +290,7 @@ int naptile = 4; /* tile change threshold per poll to take a nap */ int napfac = 4; /* time = napfac*waitms, cut load with extra waits */ int napmax = 1500; /* longest nap in ms. */ int ui_skip = 10; /* see watchloop. negative means ignore input */ +int all_input = 0; #if LIBVNCSERVER_HAVE_FBPM |
