From 264cedf728709371839188bd8b593126577c112e Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 3 Nov 2010 23:30:52 +0000 Subject: [PATCH] fixes from JaMa for filename truncation SVN revision: 54140 --- src/bin/e_fm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_fm.h b/src/bin/e_fm.h index 7b9fe51a7..d5166b042 100644 --- a/src/bin/e_fm.h +++ b/src/bin/e_fm.h @@ -74,8 +74,8 @@ struct _E_Fm2_Config int w, h; } icon, list; struct { - Eina_Bool w : 1; - Eina_Bool h : 1; + unsigned char w; + unsigned char h; } fixed; struct { Eina_Bool show : 1;