mirror of
https://github.com/holub/mame
synced 2025-05-04 21:43:05 +03:00
Added comment that size hints are not really working. [No credit]
This commit is contained in:
parent
1aa3fa6dcd
commit
3f9738c46c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user