]> source.dussan.org Git - tigervnc.git/commit
Make sure to include config.h in every compilation unit. Otherwise,
authorPeter Åstrand <astrand@cendio.se>
Tue, 23 Aug 2011 12:04:46 +0000 (12:04 +0000)
committerPeter Åstrand <astrand@cendio.se>
Tue, 23 Aug 2011 12:04:46 +0000 (12:04 +0000)
commitc359f36e692173e90f949733f0e454e8cd2b8caf
tree920b1b25e337380d8040f013fd93da6a82696399
parent92b4f9de986c5a9b72af8af61b8d3afcab1581d5
Make sure to include config.h in every compilation unit. Otherwise,
the necessary defines will only be visible as a side effect of
including other headers, leading to problems with things like
translations, which will fail in various places.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4646 3789f03b-4d11-0410-bbf8-ca57d06f2519
vncviewer/CConn.cxx
vncviewer/DesktopWindow.cxx
vncviewer/OSXPixelBuffer.cxx
vncviewer/OptionsDialog.cxx
vncviewer/ServerDialog.cxx
vncviewer/UserDialog.cxx
vncviewer/Viewport.cxx
vncviewer/Win32PixelBuffer.cxx
vncviewer/X11PixelBuffer.cxx
vncviewer/parameters.cxx
vncviewer/vncviewer.cxx