mirror of https://github.com/BOINC/boinc.git
parent
012269c079
commit
7584179495
|
@ -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
2
todo
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue