]> Pileus Git - ~andy/gtk/commitdiff
gdk/gdkwindow.h Remove prototypes for renamed functions.
authorTor Lillqvist <tml@iki.fi>
Fri, 28 Jan 2000 12:16:26 +0000 (12:16 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 28 Jan 2000 12:16:26 +0000 (12:16 +0000)
2000-01-29  Tor Lillqvist  <tml@iki.fi>

* gdk/gdkwindow.h
* gdk/gdkpixmap.h: Remove prototypes for renamed functions.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkpixmap.h
gdk/gdkwindow.h

index f9da954bd8aea2eea0204c9c2e89abf869e56887..30717164b9f898d3b05b754eb65dacfc808bcebb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-01-29  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdkwindow.h
+       * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
+
 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
index f9da954bd8aea2eea0204c9c2e89abf869e56887..30717164b9f898d3b05b754eb65dacfc808bcebb 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-29  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdkwindow.h
+       * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
+
 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
index f9da954bd8aea2eea0204c9c2e89abf869e56887..30717164b9f898d3b05b754eb65dacfc808bcebb 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-29  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdkwindow.h
+       * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
+
 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
index f9da954bd8aea2eea0204c9c2e89abf869e56887..30717164b9f898d3b05b754eb65dacfc808bcebb 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-29  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdkwindow.h
+       * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
+
 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
index f9da954bd8aea2eea0204c9c2e89abf869e56887..30717164b9f898d3b05b754eb65dacfc808bcebb 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-29  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdkwindow.h
+       * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
+
 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
index f9da954bd8aea2eea0204c9c2e89abf869e56887..30717164b9f898d3b05b754eb65dacfc808bcebb 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-29  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdkwindow.h
+       * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
+
 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
index f9da954bd8aea2eea0204c9c2e89abf869e56887..30717164b9f898d3b05b754eb65dacfc808bcebb 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-29  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdkwindow.h
+       * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
+
 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
index cbd276268aa0addd62475fae10d964e4f2a04c91..f4807be10f9b7069ff0a78a47860a4d95a5a4772 100644 (file)
@@ -53,12 +53,6 @@ GdkPixmap* gdk_pixmap_colormap_create_from_xpm_d
                                         GdkBitmap  **mask,
                                         GdkColor    *transparent_color,
                                         gchar     **data);
-GdkPixmap *gdk_pixmap_ref              (GdkPixmap  *pixmap);
-void      gdk_pixmap_unref             (GdkPixmap  *pixmap);
-
-GdkBitmap *gdk_bitmap_ref              (GdkBitmap  *pixmap);
-void      gdk_bitmap_unref             (GdkBitmap  *pixmap);
-
 
 #ifdef __cplusplus
 }
index 7baf2c65703cf0264bef4cce9a5c829650cda4d8..626c2ccbaa49d1c0b3ad1b89ad8e19fe9a2309dd 100644 (file)
@@ -125,8 +125,6 @@ GdkWindow*    gdk_window_new             (GdkWindow     *parent,
                                      gint           attributes_mask);
 
 void         gdk_window_destroy     (GdkWindow     *window);
-GdkWindow*    gdk_window_ref        (GdkWindow     *window);
-void         gdk_window_unref       (GdkWindow     *window);
 
 GdkWindow*    gdk_window_at_pointer  (gint        *win_x,
                                      gint         *win_y);
@@ -257,9 +255,6 @@ void              gdk_window_get_geometry    (GdkWindow       *window,
 void         gdk_window_get_position    (GdkWindow       *window,
                                          gint            *x,
                                          gint            *y);
-void         gdk_window_get_size        (GdkWindow       *window,
-                                         gint            *width,
-                                         gint            *height);
 gint         gdk_window_get_origin      (GdkWindow       *window,
                                          gint            *x,
                                          gint            *y);