Lines Matching full:allocation
22 @@ -254,7 +254,7 @@ widget_size_allocate_cb (GtkWidget * widget, GtkAllocation * allocation,
24 allocation->x, allocation->y, allocation->width, allocation->height);
25 gst_wl_window_set_render_rectangle (priv->wl_window, allocation->x,
26 - allocation->y, allocation->width, allocation->height);
27 + allocation->y, allocation->width, allocation->height, FALSE);
32 gtk_widget_get_allocation (priv->gtk_widget, &allocation);
33 calculate_adjustment (priv->gtk_widget, &allocation);
34 gst_wl_window_set_render_rectangle (priv->wl_window, allocation.x,
35 - allocation.y, allocation.width, allocation.height);
36 + allocation.y, allocation.width, allocation.height, FALSE);
41 gtk_widget_get_allocation (priv->gtk_widget, &allocation);
42 calculate_adjustment (priv->gtk_widget, &allocation);
43 gst_wl_window_set_render_rectangle (priv->wl_window, allocation.x,
44 - allocation.y, allocation.width, allocation.height);
45 + allocation.y, allocation.width, allocation.height, FALSE);