summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-11 18:03:09 +0200
committerraveit65 <[email protected]>2016-06-11 21:09:24 +0200
commitf15b90f66bdc562b62837d1389e92608439f6b30 (patch)
tree22f72e152ee8d62f076d81815552f962f028a4c9 /src/Makefile.am
parentc6fba6db82e8f427bb573f36578b99f12d6968f9 (diff)
downloadmate-terminal-f15b90f66bdc562b62837d1389e92608439f6b30.tar.bz2
mate-terminal-f15b90f66bdc562b62837d1389e92608439f6b30.tar.xz
Borrow pluma-close-button class and use it.
This is a subclass of GtkButton special theming for the close button. taken from: https://git.gnome.org/browse/gnome-terminal/commit/src?h=gnome-3-8&id=c3a3e06 https://git.gnome.org/browse/gnome-terminal/diff/src/terminal-close-button.c?h=gnome-3-8&id=2bff4b6
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4d91119..239fded 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,6 +23,8 @@ mate_terminal_SOURCES= \
terminal-accels.h \
terminal-app.c \
terminal-app.h \
+ terminal-close-button.h \
+ terminal-close-button.c \
terminal-debug.c \
terminal-debug.h \
terminal-encoding.c \