*** empty log message ***

svn path=/trunk/boinc/; revision=2363
This commit is contained in:
David Anderson 2003-09-25 20:50:21 +00:00
parent 710b2e59cf
commit dc501e85cb
3 changed files with 4 additions and 3 deletions

View File

@ -627,6 +627,7 @@ void REDUCED_ARRAY::draw_row_line(int row) {
void REDUCED_ARRAY::draw(DrawType type, int r0, int rn) {
int i;
mode_unshaded();
if (rdimx == sdimx) {
if (rdimy == sdimy) {
for (i=r0; i<rn; i++) {

View File

@ -17,7 +17,7 @@
#include "graphics_api.h"
#include "app_ipc.h"
#include "util.h"
#include "win_idle_tracker.h"
//#include "win_idle_tracker.h"
//remove if there are windows problems
#define WIN32_LEAN_AND_MEAN // This trims down the windows libraries.

View File

@ -429,8 +429,8 @@ void CMainWindow::UpdateGUI(CLIENT_STATE* pcs)
strBuf.Format(g_szMiscItems[8]);
break;
default:
if (re->server_ack) strBuf.Format(g_szMiscItems[5]);
else if (re->ready_to_ack) strBuf.Format(g_szMiscItems[4]);
if (re->got_server_ack) strBuf.Format(g_szMiscItems[5]);
else if (re->ready_to_report) strBuf.Format(g_szMiscItems[4]);
else strBuf.Format(g_szMiscItems[6]);
break;
}