diff options
| author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-02-11 19:13:06 +0100 |
|---|---|---|
| committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-02-11 19:14:13 +0100 |
| commit | 478def9f72f2564eb82ff088985dd761839db41b (patch) | |
| tree | faa07bff1ea48fbcd0cefd04bfa14ed373005006 /shell/weston-gtk-shell.gresource.xml | |
| parent | c54ba7f7aa44f79f55519e565ab7581fc97739d8 (diff) | |
| download | graynard-478def9f72f2564eb82ff088985dd761839db41b.tar.gz graynard-478def9f72f2564eb82ff088985dd761839db41b.zip | |
css: add new style css file and put it into gresources
Diffstat (limited to 'shell/weston-gtk-shell.gresource.xml')
| -rw-r--r-- | shell/weston-gtk-shell.gresource.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/weston-gtk-shell.gresource.xml b/shell/weston-gtk-shell.gresource.xml new file mode 100644 index 0000000..4bd0744 --- /dev/null +++ b/shell/weston-gtk-shell.gresource.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/raspberry-pi/weston-gtk-shell"> + <file compressed="true">style.css</file> + </gresource> +</gresources> |
