fix missing include for xlib_rgb_init_with_depth()

Signed-off-by: OBATA Akio <obache@wizdas.com>
pull/40/head
OBATA Akio 2 years ago
parent 2e2ed340b7
commit 9546155896

@ -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