Adding the icon on window GL and DX12

This commit is contained in:
Zangetsu38 2015-09-27 00:36:44 +02:00
parent 286d2962c6
commit f27e77c7e0
4 changed files with 10 additions and 3 deletions

View file

@ -6,10 +6,15 @@
#include "D3DGSFrame.h"
#include "Utilities/Timer.h"
#ifndef _WIN32
#include "frame_icon.xpm"
#endif
GLGSFrame::GLGSFrame()
: GSFrame(nullptr, "GSFrame[OpenGL]")
, m_frames(0)
{
SetIcon(wxICON(frame_icon));
canvas = new wxGLCanvas(this, wxID_ANY, NULL);
canvas->SetSize(GetClientSize());