mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-08-05 06:25:53 +00:00
fix build gtk only on linux
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "gtkutil.h"
|
||||
|
||||
#ifdef __WXGTK__
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdkx.h>
|
||||
|
||||
@@ -13,3 +15,5 @@ void *get_gtk_native_window_handle(void *widget) {
|
||||
|
||||
return reinterpret_cast<void*>(xid);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user