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

@ -9,6 +9,7 @@ D3DGSFrame::D3DGSFrame()
: GSFrame(nullptr, "GSFrame[DirectX 12]")
, m_frames(0)
{
SetIcon(wxICON(frame_icon));
canvas = new wxWindow(this, wxID_ANY);
canvas->SetSize(GetClientSize());