Major draw code refactor

This commit is contained in:
elasota
2019-12-30 20:53:11 -05:00
parent 918578469e
commit 04a955213c
83 changed files with 2451 additions and 2517 deletions

View File

@@ -4,7 +4,7 @@
#include "IGpDisplayDriver.h"
#include "IGpDisplayDriverSurface.h"
void CGraf::PushToDDSurface(IGpDisplayDriver *displayDriver)
void DrawSurface::PushToDDSurface(IGpDisplayDriver *displayDriver)
{
const PixMap *pixMap = *m_port.GetPixMap();
const size_t width = pixMap->m_rect.right - pixMap->m_rect.left;