mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Fix tabs
This commit is contained in:
parent
fcefbf26c6
commit
d86858da64
11 changed files with 32 additions and 34 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue