[gtk+] win32: Get rid of XP theme



commit 8d515409c6200467c71353d2e2a79ba3e2faaf88
Author: Benjamin Otte <otte redhat com>
Date:   Thu Feb 4 14:25:46 2016 +0100

    win32: Get rid of XP theme
    
    XP is not supported anymore. And we can massively simplify the win32
    theme if we don't have to support 2 versions.

 gtk/Makefile.am                            |    6 +-
 gtk/theme/win32/gtk-win32-xp.css           |  164 ----------------------------
 gtk/theme/win32/{gtk-win32.css => gtk.css} |    0
 3 files changed, 2 insertions(+), 168 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index bd3108e..5afd1a1 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1232,9 +1232,8 @@ gtk.gresource.xml: Makefile.am inspector/Makefile.inc
        echo "    <file>theme/HighContrast/gtk-contained.css</file>" >> $@; \
        echo "    <file>theme/HighContrast/gtk-contained-inverse.css</file>" >> $@; \
        if test "$(win32_theme)" = "yes"; then \
-         echo "    <file alias='theme/win32/gtk-base.css'>theme/win32/gtk-win32-base.css</file>" >> $@; \
-         echo "    <file alias='theme/win32/gtk.css'>theme/win32/gtk-win32.css</file>" >> $@; \
-         echo "    <file alias='theme/win32-xp/gtk.css'>theme/win32/gtk-win32-xp.css</file>" >> $@; \
+         echo "    <file>theme/win32/gtk-win32-base.css</file>" >> $@; \
+         echo "    <file>theme/win32/gtk.css</file>" >> $@; \
        fi; \
        for f in $(srcdir)/cursor/*.png; do \
          n=`basename $$f`; \
@@ -1276,7 +1275,6 @@ gesture_sources =                                 \
 theme_sources =                                \
        theme/win32/gtk-win32.css               \
        theme/win32/gtk-win32-base.css          \
-       theme/win32/gtk-win32-xp.css            \
        theme/Adwaita/assets.txt                \
        theme/Adwaita/assets.svg                \
        theme/Adwaita/_colors-public.scss       \
diff --git a/gtk/theme/win32/gtk-win32.css b/gtk/theme/win32/gtk.css
similarity index 100%
rename from gtk/theme/win32/gtk-win32.css
rename to gtk/theme/win32/gtk.css


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]