[cairo-commit] cairo-gtk-engine/theme Makefile.am,1.3,1.4

Carl Worth commit at pdx.freedesktop.org
Thu Feb 10 12:44:36 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo-gtk-engine/theme
In directory gabe:/tmp/cvs-serv453/theme

Modified Files:
	Makefile.am 
Log Message:

        * theme/caligula-grassy/gtkrc:
        * theme/caligula-sketchy/gtkrc:
        * theme/caligula-swirly/gtkrc: Add three separate themes for
        selecting each of the available button styles.

        * src/caligula-style.c (caligula_draw_box): Use parsed
        drawing-style rather than randomly styled buttons.

        * src/caligula-rc-style.c (caligula_rc_style_parse_drawing_style)
        (caligula_rc_style_parse, caligula_rc_style_merge): Add parsing
        code, (just a single drawing-style parameter so far).


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/theme/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	8 Feb 2005 22:36:16 -0000	1.3
+++ Makefile.am	10 Feb 2005 20:44:33 -0000	1.4
@@ -4,4 +4,7 @@
 cairo-industrial	\
 cairo-simple		\
 cairo-nuvola		\
-caligula
+caligula		\
+caligula-grassy		\
+caligula-swirly		\
+caligula-sketchy




More information about the cairo-commit mailing list