update (platform-specific) gtk ref from 2.0 to 3.0

This commit is contained in:
Christopher A. Mosher 2024-09-28 19:07:58 -04:00
parent ef0aab26b9
commit 111abe2664

View File

@ -4,8 +4,8 @@
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
#include <gtk-2.0/gtk/gtkwindow.h>
#include <gtk-2.0/gtk/gtkwidget.h>
#include <gtk-3.0/gtk/gtkwindow.h>
#include <gtk-3.0/gtk/gtkwidget.h>
void *get_gtk_native_window_handle(void *widget) {
GtkWidget *gtk_widget = GTK_WIDGET(widget);