forked from AuroraMiddleware/gtk
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:
parent
c7e31e3471
commit
f0576244a2
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user