[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libcvd-members] libcvd/cvd_src/Win32 glwindow.cpp
|
From: |
Gerhard Reitmayr |
|
Subject: |
[libcvd-members] libcvd/cvd_src/Win32 glwindow.cpp |
|
Date: |
Wed, 27 Aug 2008 20:47:13 +0000 |
CVSROOT: /cvsroot/libcvd
Module name: libcvd
Changes by: Gerhard Reitmayr <gerhard> 08/08/27 20:47:13
Modified files:
cvd_src/Win32 : glwindow.cpp
Log message:
removed debug output
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd_src/Win32/glwindow.cpp?cvsroot=libcvd&r1=1.2&r2=1.3
Patches:
Index: glwindow.cpp
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd_src/Win32/glwindow.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- glwindow.cpp 27 Aug 2008 19:52:20 -0000 1.2
+++ glwindow.cpp 27 Aug 2008 20:47:13 -0000 1.3
@@ -119,12 +119,8 @@
}
RECT oldRect = WindowRect;
- cout << WindowRect.left << " " << WindowRect.top << " " <<
WindowRect.right << " " << WindowRect.bottom << endl;
-
AdjustWindowRectEx(&WindowRect, dwStyle, FALSE, dwExStyle);
// Adjust Window To True Requested Size
- cout << WindowRect.left << " " << WindowRect.top << " " <<
WindowRect.right << " " << WindowRect.bottom << endl;
-
// Create The Window
HWND hWnd;
if (!(hWnd=CreateWindowEx( dwExStyle,
// Extended Style For The Window
@@ -210,7 +206,6 @@
state->position_offset.y = WindowRect.top - oldRect.top;
state->position = -state->position_offset;
- cout << state->size_offset << state->position_offset << endl;
}
GLWindow::~GLWindow()