FedoraQt / QGnomePlatform

QPlatformTheme for a better Qt application inclusion in GNOME
GNU Lesser General Public License v2.1
262 stars 38 forks source link

Missing ifdef for Gdk X11 extension #136

Closed oniGino closed 1 year ago

oniGino commented 1 year ago

The usage of gdkx.h Classes are already inside an ifdef but the include is not.

this is the only place in the entire project that requires X11 extensions from Gtk3

This is only relevant if your someone like me who uses GTK3 without X11 extensions enabled. which causes a failure here as Gdkx.h doesn't exist on my system