From 303da42474c7a4a59b2e86dda88ec74509bcd91f Mon Sep 17 00:00:00 2001 From: Joakim Verona Date: Mon, 4 Jul 2011 20:32:20 +0200 Subject: work on cliptop. swithched from viewport, back to gtkfixed. pretty acceptable visuals --- src/emacsgtkfixed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emacsgtkfixed.c') diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c index 61d7898ce44..0eacd2eaa2d 100644 --- a/src/emacsgtkfixed.c +++ b/src/emacsgtkfixed.c @@ -59,8 +59,8 @@ void aloc_callback(GtkWidget* child, GtkWidget* fixed){ child_allocation.width = xv->clipx; child_allocation.height = xv->clipy - xv->cliptop; gtk_widget_size_allocate (child, &child_allocation); - //TODO find a way to remove this fooble workaround - gtk_adjustment_set_value (gtk_viewport_get_vadjustment(GTK_VIEWPORT(xv->widgetwindow)), 1.0*xv->cliptop); + //TODO find a way to remove this feeble workaround + //gtk_adjustment_set_value (gtk_viewport_get_vadjustment(GTK_VIEWPORT(xv->widgetwindow)), 1.0*xv->cliptop); } } -- cgit v1.2.3