From 3f9738c46c1418025f1fceb5a5a9eddd1709d86d Mon Sep 17 00:00:00 2001 From: Couriersud Date: Thu, 4 Feb 2010 23:27:11 +0000 Subject: [PATCH] Added comment that size hints are not really working. [No credit] --- src/osd/sdl/dview.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/sdl/dview.c b/src/osd/sdl/dview.c index 193da5bd479..52aad0702d0 100644 --- a/src/osd/sdl/dview.c +++ b/src/osd/sdl/dview.c @@ -214,6 +214,7 @@ static void dview_size_allocate(GtkWidget *wdv, GtkAllocation *allocation) vsize.x = size.x-pos.x; } + /* FIXME: This does not really work */ { GdkGeometry x; x.max_width = size.x*dvc->fixedfont_width;