forked from AuroraMiddleware/gtk
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:
parent
9276cf5a06
commit
778be3e8e9
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user