fix missing include for xlib_rgb_init_with_depth()

Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 9546155896)
r14.0.x
OBATA Akio 2 years ago committed by Slávek Banko
parent dfa286eb6f
commit 21d7beac7f
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -22,6 +22,7 @@
#include <X11/Xlib.h>
/*#include <gdk-pixbuf/gdk-pixbuf-private.h>*/
#include "gdk-pixbuf-xlib-private.h"
#include "gdk-pixbuf-xlibrgb.h"
Display *gdk_pixbuf_dpy = NULL;
int gdk_pixbuf_screen = -1;

Loading…
Cancel
Save