mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
I removed the leftover GTK2 compatibility include path from src/fe-gtk/xtext.h by dropping the GTK_MAJOR_VERSION < 3 / gtkobject.h block, leaving the GTK3 header path (<gtk/gtk.h>) in place.
This commit is contained in:
@@ -21,9 +21,6 @@
|
|||||||
#define ZOITECHAT_XTEXT_H
|
#define ZOITECHAT_XTEXT_H
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#if !defined(GTK_MAJOR_VERSION) || GTK_MAJOR_VERSION < 3
|
|
||||||
#include <gtk/gtkobject.h>
|
|
||||||
#endif
|
|
||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
#include "xtext-color.h"
|
#include "xtext-color.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user