forked from AuroraMiddleware/gtk
gdk/gdkwindow.h Remove prototypes for renamed functions.
2000-01-29 Tor Lillqvist <tml@iki.fi> * gdk/gdkwindow.h * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
This commit is contained in:
parent
7a9ae74571
commit
bcfafb624a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user