Add some infrastructure for font sizes.

This commit is contained in:
Marco Pesenti Gritti
2007-02-15 15:09:38 +01:00
parent bcdff5ddd3
commit e08ad4baf5
3 changed files with 40 additions and 1 deletions
+7
View File
@@ -284,4 +284,11 @@
)
)
;; From sugar-utils.h
(define-function get_screen_dpi
(c-name "sugar_get_screen_dpi")
(return-type "gint")
)
(include "gtkmozembed.defs")
+3 -1
View File
@@ -45,7 +45,9 @@ libsugarprivate_la_SOURCES = \
sugar-push-scroller.c \
sugar-push-scroller.h \
sugar-tray-manager.c \
sugar-tray-manager.h
sugar-tray-manager.h \
sugar-utils.c \
sugar-utils.h
BUILT_SOURCES = \
sugar-marshal.c \