Rename gdk_window_new -> _gdk_window_new and gdk_window_reparent ->

2008-06-20  Cody Russell  <cody@jhu.edu>

        * gdk/directfb/gdkwindow-directfb.c:

        Rename gdk_window_new -> _gdk_window_new and
        gdk_window_reparent -> _gdk_window_reparent to fix
        the build.  (#539095, Sebastien Bacher)


svn path=/trunk/; revision=20476
This commit is contained in:
Cody Russell 2008-06-20 05:12:24 +00:00 committed by Cody Russell
parent 9276cf5a06
commit 778be3e8e9
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2008-06-20 Cody Russell <cody@jhu.edu>
* gdk/directfb/gdkwindow-directfb.c:
Rename gdk_window_new -> _gdk_window_new and
gdk_window_reparent -> _gdk_window_reparent to fix
the build. (#539095, Sebastien Bacher)
2008-06-19 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkmenuitem.c: remove an unused variable and cast

View File

@ -646,7 +646,7 @@ gdk_directfb_window_new (GdkWindow *parent,
}
GdkWindow *
gdk_window_new (GdkWindow *parent,
_gdk_window_new (GdkWindow *parent,
GdkWindowAttr *attributes,
gint attributes_mask)
{
@ -1511,7 +1511,7 @@ gdk_window_move_resize (GdkWindow *window,
}
void
gdk_window_reparent (GdkWindow *window,
_gdk_window_reparent (GdkWindow *window,
GdkWindow *new_parent,
gint x,
gint y)