pidgin/pidgin

Parents 75ffd76260fc
Children 94867e3f638a
Clean up a few more references to gtk3compat.h and a glibcompat.h
--- a/doc/reference/libpurple/meson.build Fri Nov 15 01:27:30 2019 -0600
+++ b/doc/reference/libpurple/meson.build Fri Nov 15 03:40:13 2019 -0600
@@ -8,7 +8,6 @@
'tests',
'win32',
'backend-fs2.h',
- 'glibcompat.h',
'internal.h',
]
--- a/doc/reference/pidgin/meson.build Fri Nov 15 01:27:30 2019 -0600
+++ b/doc/reference/pidgin/meson.build Fri Nov 15 03:40:13 2019 -0600
@@ -6,7 +6,6 @@
'plugins',
'themes',
'win32',
- 'gtk3compat.h',
'gtkinternal.h',
'pidgin.gresource.h'
]
--- a/pidgin/plugins/gestures/stroke-draw.c Fri Nov 15 01:27:30 2019 -0600
+++ b/pidgin/plugins/gestures/stroke-draw.c Fri Nov 15 03:40:13 2019 -0600
@@ -19,8 +19,6 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#include "gtk3compat.h"
-
static void gstroke_invisible_window_init (GtkWidget *widget);
/*FIXME: Maybe these should be put in a structure, and not static...*/
static Display * gstroke_disp = NULL;