Added rudimentary support for Qt on Linux

This commit is contained in:
Zachary Lund
2014-01-24 21:55:10 -06:00
parent f2d0c98ffe
commit e3299d5662
4 changed files with 6 additions and 3 deletions

View File

@@ -46,6 +46,6 @@ void QTToGSWindow(QWidget *widget, gs_window &gswindow)
#elif __APPLE__
/* TODO: mac */
#else
/* TODO: unix */
gswindow.id = widget->winId();
#endif
}