forked from AuroraMiddleware/gtk
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:
parent
8822298930
commit
b14b577d59
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <time.h>
|
||||
|
||||
#include "gdkcolor.h"
|
||||
#include "gdkprivate.h"
|
||||
#include "gdkinternals.h"
|
||||
|
||||
GdkColormap*
|
||||
gdk_colormap_ref (GdkColormap *cmap)
|
||||
|
@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
#include "gdkcursor.h"
|
||||
#include "gdkprivate.h"
|
||||
#include "gdkinternals.h"
|
||||
|
||||
GdkCursor*
|
||||
gdk_cursor_ref (GdkCursor *cursor)
|
||||
|
@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
#include "gdkdrawable.h"
|
||||
#include "gdkprivate.h"
|
||||
#include "gdkinternals.h"
|
||||
#include "gdkwindow.h"
|
||||
|
||||
/* Manipulation of drawables
|
||||
|
@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
#include "gdkfont.h"
|
||||
#include "gdkprivate.h"
|
||||
#include "gdkinternals.h"
|
||||
|
||||
GdkFont*
|
||||
gdk_font_ref (GdkFont *font)
|
||||
|
Loading…
Reference in New Issue
Block a user