no message

svn path=/trunk/boinc/; revision=1241
This commit is contained in:
Dan Werthimer 2003-05-22 21:45:33 +00:00
parent 012269c079
commit 7584179495
2 changed files with 2 additions and 3 deletions

View File

@ -112,7 +112,8 @@ void SetMode(int mode) {
while(ShowCursor(true) < 0);
}
AdjustWindowRectEx(&WindowRect, dwStyle, FALSE, dwExStyle); // Adjust Window To True Requested Size
// Do not do AdjustWindowRectEx here, this will
// cause the window to creep upwards
hWnd = CreateWindowEx(dwExStyle, "BOINC_OpenGL", "BOINC Graphics",
dwStyle|WS_CLIPSIBLINGS|WS_CLIPCHILDREN, WindowRect.left, WindowRect.top,

2
todo
View File

@ -5,8 +5,6 @@ Matt's Bugs:
1. suddenly slow graphics (graphics are plotting smoothly, but after
several "show graphics" the plots become really slow).
2. windows are appearing too high - top bar is off the screen.
3. after minimizing and quitting, when I double click on the system tray
icon the window is still minimized - a bit confusing.