mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1199602 give existing wrap_gtk_window_check_resize internal linkage r=acomminos
This commit is contained in:
parent
1058fd9868
commit
83b83d065a
@ -49,7 +49,7 @@ PollWrapper(GPollFD *ufds, guint nfsd, gint timeout_)
|
||||
// For bug 726483.
|
||||
static decltype(GtkContainerClass::check_resize) sReal_gtk_window_check_resize;
|
||||
|
||||
void
|
||||
static void
|
||||
wrap_gtk_window_check_resize(GtkContainer *container)
|
||||
{
|
||||
GdkWindow* gdk_window = gtk_widget_get_window(&container->widget);
|
||||
|
Loading…
Reference in New Issue
Block a user