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

@ -26,12 +26,11 @@
#include "config.h"
#include "gdkvisual.h"
#include "gdkvisualprivate.h"
#include "gdkx.h"
#include "gdkprivate-x11.h"
#include "gdkscreen-x11.h"
#include "gdkinternals.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>