mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Add Roboto font, misc icons and text things
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "PixelFormat.h"
|
||||
#include "GpPixelFormat.h"
|
||||
#include "QDState.h"
|
||||
#include "QDPort.h"
|
||||
|
||||
@@ -24,7 +24,7 @@ struct CGraf
|
||||
{
|
||||
}
|
||||
|
||||
int Init(const Rect &rect, PortabilityLayer::PixelFormat pixelFormat)
|
||||
int Init(const Rect &rect, GpPixelFormat_t pixelFormat)
|
||||
{
|
||||
if (int errorCode = m_port.Init(rect, pixelFormat))
|
||||
return errorCode;
|
||||
|
||||
Reference in New Issue
Block a user