diff options
author | raveit65 <[email protected]> | 2015-04-16 16:04:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-16 16:04:25 +0200 |
commit | 4647b65f79410b35b8781d18045da22e11dc1dc7 (patch) | |
tree | eefc7bf7b5d15a362c195ac958c11e3ef64a4a5f /desktop-themes/BlueMenta/gtk-3.0/window-controls/Makefile.am | |
parent | 3002ce899b3646611bbc81e6d4c949aec906b9ec (diff) | |
download | mate-themes-4647b65f79410b35b8781d18045da22e11dc1dc7.tar.bz2 mate-themes-4647b65f79410b35b8781d18045da22e11dc1dc7.tar.xz |
Menta themes GTK3: use normal window control icons for csd applications
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0/window-controls/Makefile.am')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/window-controls/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/window-controls/Makefile.am b/desktop-themes/BlueMenta/gtk-3.0/window-controls/Makefile.am new file mode 100644 index 00000000..0f7e8d1b --- /dev/null +++ b/desktop-themes/BlueMenta/gtk-3.0/window-controls/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(datadir)/themes/BlueMenta/gtk-3.0/window-controls + +theme_DATA = \ + close_focused_normal.png \ + close_focused_prelight.png \ + close_focused_pressed.png \ + close_unfocused.png \ + close_unfocused_prelight.png \ + maximize_focused_normal.png \ + maximize_focused_prelight.png \ + maximize_focused_pressed.png \ + maximize_unfocused.png \ + maximize_unfocused_prelight.png \ + menu.png \ + menu_prelight.png \ + minimize_focused_normal.png \ + minimize_focused_prelight.png \ + minimize_focused_pressed.png \ + minimize_unfocused.png \ + minimize_unfocused_prelight.png + +EXTRA_DIST = $(theme_DATA) |