Newer
Older
Scratch / mobius / src / drivers / winmgr / DesktopWnd.cpp
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 461 bytes Scratch
// DesktopWnd.cpp: implementation of the CDesktopWnd class.
//
//////////////////////////////////////////////////////////////////////

#include "DesktopWnd.h"

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

void CDesktopWnd::OnPaint(ISurface* surf, const rectangle_t* rect)
{
	surf->FillRect(rect, surf->ColourMatch(RGB(0, 128, 128)));
}