threedeyes / qthaikuplugins

Qt5 plugins for haiku platform
GNU General Public License v3.0
13 stars 4 forks source link

QHaikuWindow: Return BWindow* as WId and remove the hash. #21

Closed waddlesplash closed 3 years ago

waddlesplash commented 3 years ago

This way, applications that want/need to manipulate the real BWindow from within Qt can do so by calling winId() and casting the return value.

This is required to get the Dolphin Emulator's Qt frontend to start OpenGL output.