From f15b90f66bdc562b62837d1389e92608439f6b30 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 11 Jun 2016 18:03:09 +0200 Subject: 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 --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.1