Fix prototype mismatch. (#148589, Nicolas Deves)

2004-07-28  Matthias Clasen  <mclasen@redhat.com>

	* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Fix
	prototype mismatch.  (#148589, Nicolas Deves)
This commit is contained in:
Matthias Clasen 2004-07-28 13:51:48 +00:00 committed by Matthias Clasen
parent c7e31e3471
commit f0576244a2
5 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-07-28 Matthias Clasen <mclasen@redhat.com>
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Fix
prototype mismatch. (#148589, Nicolas Deves)
2004-07-28 Anders Carlsson <andersca@gnome.org>
* gdk/x11/gdkdrawable-x11.c (gdk_draw_rectangle_alpha_libgtk_only):

View File

@ -1,3 +1,8 @@
2004-07-28 Matthias Clasen <mclasen@redhat.com>
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Fix
prototype mismatch. (#148589, Nicolas Deves)
2004-07-28 Anders Carlsson <andersca@gnome.org>
* gdk/x11/gdkdrawable-x11.c (gdk_draw_rectangle_alpha_libgtk_only):

View File

@ -1,3 +1,8 @@
2004-07-28 Matthias Clasen <mclasen@redhat.com>
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Fix
prototype mismatch. (#148589, Nicolas Deves)
2004-07-28 Anders Carlsson <andersca@gnome.org>
* gdk/x11/gdkdrawable-x11.c (gdk_draw_rectangle_alpha_libgtk_only):

View File

@ -1,3 +1,8 @@
2004-07-28 Matthias Clasen <mclasen@redhat.com>
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_background): Fix
prototype mismatch. (#148589, Nicolas Deves)
2004-07-28 Anders Carlsson <andersca@gnome.org>
* gdk/x11/gdkdrawable-x11.c (gdk_draw_rectangle_alpha_libgtk_only):

View File

@ -1441,8 +1441,8 @@ gdk_window_set_transient_for (GdkWindow *window,
}
void
gdk_window_set_background (const GdkWindow *window,
const GdkColor *color)
gdk_window_set_background (GdkWindow *window,
const GdkColor *color)
{
GdkWindowObject *private = (GdkWindowObject *)window;