Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/src/w32server/locate.cpp

    r1011 r1279  
     1#include "text_t.h"
    12#include <windows.h>
    23#include <stdio.h>
     
    115116  scroll.bottom = text_rect.bottom;
    116117  ScrollDC(dc,0,-nbits,&scroll,&clip,NULL,&update);
    117   FillRect(dc,&update, GetStockObject(WHITE_BRUSH));
     118  FillRect(dc,&update, (HBRUSH)GetStockObject(WHITE_BRUSH));
    118119}
    119120
Note: See TracChangeset for help on using the changeset viewer.