Re: [Tigervnc-devel] xserver / cmake issues

2011-08-25 Thread DRC
On Aug 25, 2011, at 12:22 PM, Martin Koegler wrote: > On Thu, Aug 25, 2011 at 01:57:48AM -0500, DRC wrote: >> The more correct way is to provide CMake variables to override the man >> directory, binary directory, etc. I personally use /opt/TigerVNC and prefer >> the man pages to go in ${prefi

[Tigervnc-devel] [PATCH] Support more menu keys

2011-08-25 Thread Martin Koegler
--- vncviewer/CMakeLists.txt|1 + vncviewer/OptionsDialog.cxx | 20 vncviewer/Viewport.cxx | 12 +-- vncviewer/keysyms.cxx | 71 +++ vncviewer/keysyms.h | 30 ++ 5 files changed, 111 inserti

[Tigervnc-devel] [ tigervnc-Bug Tracker-3336716 ] mouse reversed

2011-08-25 Thread SourceForge . net
Bug Tracker item #3336716, was opened at 2011-06-27 04:36 Message generated for change (Comment added) made by ragoley You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126848&aid=3336716&group_id=254363 Please note that this message will contain a full copy of the c

Re: [Tigervnc-devel] xserver / cmake issues

2011-08-25 Thread Martin Koegler
On Thu, Aug 25, 2011 at 01:57:48AM -0500, DRC wrote: > The more correct way is to provide CMake variables to override the man > directory, binary directory, etc. I personally use /opt/TigerVNC and prefer > the man pages to go in ${prefix}/man, but I agree that there needs to be an > override mec

Re: [Tigervnc-devel] [Tigervnc-commits] SF.net SVN: tigervnc:[4646] trunk/vncviewer

2011-08-25 Thread DRC
I never said the rest of the code was doing the right thing, either. I think you're missing my point. Instead of manually including config.h in every file that needs NLS, why not simply put add_definitions(-DENABLE_NLS=1) in CMakeLists.txt? Seems much less error prone. On Aug 25, 2011, at 1:57