Include gdkinternals.h instead of gdkprivate.h.

Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>

	* gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
	instead of gdkprivate.h.
This commit is contained in:
Owen Taylor 2000-03-28 01:40:57 +00:00 committed by Owen Taylor
parent 8822298930
commit b14b577d59
11 changed files with 39 additions and 4 deletions

View File

@ -1,3 +1,8 @@
Mon Mar 27 20:39:49 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
instead of gdkprivate.h
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix

View File

@ -1,3 +1,8 @@
Mon Mar 27 20:39:49 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
instead of gdkprivate.h
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix

View File

@ -1,3 +1,8 @@
Mon Mar 27 20:39:49 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
instead of gdkprivate.h
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix

View File

@ -1,3 +1,8 @@
Mon Mar 27 20:39:49 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
instead of gdkprivate.h
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix

View File

@ -1,3 +1,8 @@
Mon Mar 27 20:39:49 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
instead of gdkprivate.h
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix

View File

@ -1,3 +1,8 @@
Mon Mar 27 20:39:49 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
instead of gdkprivate.h
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix

View File

@ -1,3 +1,8 @@
Mon Mar 27 20:39:49 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
instead of gdkprivate.h
Sun Mar 12 15:19:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix

View File

@ -27,7 +27,7 @@
#include <time.h>
#include "gdkcolor.h"
#include "gdkprivate.h"
#include "gdkinternals.h"
GdkColormap*
gdk_colormap_ref (GdkColormap *cmap)

View File

@ -25,7 +25,7 @@
*/
#include "gdkcursor.h"
#include "gdkprivate.h"
#include "gdkinternals.h"
GdkCursor*
gdk_cursor_ref (GdkCursor *cursor)

View File

@ -25,7 +25,7 @@
*/
#include "gdkdrawable.h"
#include "gdkprivate.h"
#include "gdkinternals.h"
#include "gdkwindow.h"
/* Manipulation of drawables

View File

@ -25,7 +25,7 @@
*/
#include "gdkfont.h"
#include "gdkprivate.h"
#include "gdkinternals.h"
GdkFont*
gdk_font_ref (GdkFont *font)