Re: [Tigervnc-devel] [Patch] dotWhenNoCursor option is ignored sometimes

2009-10-07 Thread Pierre Ossman
On Wed, 7 Oct 2009 15:32:34 +0200 Adam Tkac at...@redhat.com wrote: Hi guys, dotWhenNoCursor option, which controls how to behave when no cursor exists, is sometimes ignored. Proposed patch should fix this issue, should be commited to both 1.0 and trunk. Do you have any comments?

[Tigervnc-devel] [PATCH] building with Visual Studio C++ 2008 v9.0

2009-10-07 Thread Antoine Martin
Hi, I eventually managed to build TigerVNC with VC++ 9 Attached are the trivial changes that I had to make. Can anyone suggest a better way of fixing those compilation errors? What sort of a patch would be acceptable for merging? Mostly, just: * casts * afxres.h - windows.h (and add #define

Re: [Tigervnc-devel] [PATCH] building with Visual Studio C++ 2008 v9.0

2009-10-07 Thread Antoine Martin
DRC wrote: It shouldn't be necessary to comment out anything in stdio.h. You can pass the following arguments to cl to turn off the secure deprecation warnings: -wd4996 -D_CRT_SECURE_NO_DEPRECATE Hah, I'll have to figure out where that goes... (new to VC++) Other than that, I would change