Explode gdkinternals.h into per-class private headers

At the same time, move some more class and instance structs
out of public headers.
This commit is contained in:
Matthias Clasen
2010-12-11 00:14:53 -05:00
parent ff8a334725
commit ea96e5e16f
41 changed files with 831 additions and 628 deletions

View File

@ -21,7 +21,7 @@
#ifndef __GDK_ASYNC_H__
#define __GDK_ASYNC_H__
#include <gdk/gdkdisplay.h>
#include "gdkdisplay.h"
#include <X11/Xlib.h>
G_BEGIN_DECLS