On Fri, Jul 19, 2013 at 10:17:39AM +0200, Pierre Ossman wrote:
> Looks like someone got a off-by-one in the version checks. All of these:
> 
> #if XORG < 112
> 
> Should probably have been
> 
> #if XORG <= 112
> 
> Can you do a search and replace in that file and see if it solves it?
> 
> Rgds

"#if XORG < 112" appears in three files, vncHooks.cc, vncExtInit.cc
and xf86vncModule.cc. Replacing version checks not for all of them
but just only for vncHooks.cc solved it.

Here's the diff between original and solved one.
http://w.vmeta.jp/temp/patch-hw-vnc-off-by-one-error.txt

Thanks!

-- 
`whois vmeta.jp | nkf -w`
meta <m...@vmeta.jp>

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to