This commit is contained in:
Nekotekina 2017-06-24 14:06:40 +03:00
parent fcefbf26c6
commit d86858da64
11 changed files with 32 additions and 34 deletions

View file

@ -112,11 +112,10 @@ void gs_frame::show()
void* gs_frame::handle() const
{
#ifdef _WIN32
return (HWND) this->winId();
return (HWND) this->winId();
#else
return (void *)this->winId();
return (void *)this->winId();
#endif
}
void* gs_frame::make_context()