From: Axel S. <as...@us...> - 2004-12-12 12:45:28
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1863/gtk/general Modified Files: Structs.hsc Log Message: Make the newly added bits on font handling compile. Index: Structs.hsc =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/general/Structs.hsc,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- Structs.hsc 9 Dec 2004 18:26:01 -0000 1.28 +++ Structs.hsc 12 Dec 2004 12:45:19 -0000 1.29 @@ -663,7 +663,7 @@ -- setting font sizes, device units are always considered to be points -- (as in \"12 point font\"), rather than pixels. -- -pangoScale :: Int +pangoScale :: Integer pangoScale = #const PANGO_SCALE |