]> source.dussan.org Git - tigervnc.git/commitdiff
Avoid GCC warning: initializer lists ordered as declarations
authorPeter Åstrand <astrand@cendio.se>
Thu, 11 Dec 2008 08:49:23 +0000 (08:49 +0000)
committerPeter Åstrand <astrand@cendio.se>
Thu, 11 Dec 2008 08:49:23 +0000 (08:49 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3379 3789f03b-4d11-0410-bbf8-ca57d06f2519

win/vncviewer/DesktopWindow.cxx

index 243d1b51f38bf13d916950bdd7f61d9867117b6a..1793faa9a9f5c31ce5c6c134a115966f438d4df0 100644 (file)
@@ -182,14 +182,14 @@ FrameClass frameClass;
 //
 
 DesktopWindow::DesktopWindow(Callback* cb) 
-  : buffer(0), cursorImage(0), cursorMask(0), cursorWidth(0), cursorHeight(0),
-    internalSetCursor(false), showToolbar(false), autoScaling(false),
-    client_size(0, 0, 16, 16), window_size(0, 0, 32, 32),
-    cursorVisible(false), cursorAvailable(false), cursorInBuffer(false),
-    systemCursorVisible(true), trackingMouseLeave(false),
-    handle(0), frameHandle(0), has_focus(false), palette_changed(false),
-    fullscreenActive(false), fullscreenRestore(false),
-    bumpScroll(false), callback(cb) {
+  : bumpScroll(false), palette_changed(false), fullscreenActive(false), 
+    fullscreenRestore(false), systemCursorVisible(true), trackingMouseLeave(false), 
+    cursorInBuffer(false), cursorVisible(false), cursorAvailable(false), 
+    internalSetCursor(false), cursorImage(0), cursorMask(0), 
+    cursorWidth(0), cursorHeight(0), showToolbar(false), 
+    buffer(0), has_focus(false), autoScaling(false), 
+    window_size(0, 0, 32, 32),  client_size(0, 0, 16, 16), handle(0), 
+    frameHandle(0), callback(cb) {
 
   // Create the window
   const char* name = "DesktopWindow";