From 0b12bb902e42ad3922f6ea6448f183dfd450d982 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 27 Mar 2008 20:08:08 -0700 Subject: Build fix for file systems that are not case sensitive --- Makefile.am | 4 ++-- Xmessage-color.ad | 44 ------------------------------------------ Xmessage.ad | 6 ------ app-defaults/Xmessage-color.ad | 44 ++++++++++++++++++++++++++++++++++++++++++ app-defaults/Xmessage.ad | 6 ++++++ 5 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 Xmessage-color.ad delete mode 100644 Xmessage.ad create mode 100644 app-defaults/Xmessage-color.ad create mode 100644 app-defaults/Xmessage.ad diff --git a/Makefile.am b/Makefile.am index f77a22e..a06db06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,8 +40,8 @@ appdefaultdir = @appdefaultdir@ APPDEFAULTFILES = \ - Xmessage \ - Xmessage-color + app-defaults/Xmessage \ + app-defaults/Xmessage-color SUFFIXES = .ad diff --git a/Xmessage-color.ad b/Xmessage-color.ad deleted file mode 100644 index 8d5f433..0000000 --- a/Xmessage-color.ad +++ /dev/null @@ -1,44 +0,0 @@ -! $XFree86$ - -#include "Xmessage" - -*background: gray85 -*foreground: gray15 - -*Scrollbar.thumb: vlines2 -*Scrollbar.width: 14 -*Scrollbar.foreground: rgb:a/5/5 -*Scrollbar.borderWidth: 0 -*Scrollbar.displayList:\ -foreground gray90;\ -lines 1,-1,-1,-1,-1,1;\ -foreground gray60;\ -lines -1,0,0,0,0,-1 - -*Text.?.cursorColor: rgb:d/5/5 -*Text.borderColor: gray80 -*Text*background: gray96 -*Text*Scrollbar.background: gray80 -*Text.displayList:\ -foreground gray90;\ -lines 1,-1,-1,-1,-1,1;\ -foreground gray60;\ -lines -1,0,0,0,0,-1 - -*Command.highlightThickness: 2 -*Command.internalWidth: 5 -*Command.internalHeight: 3 -*Command.borderColor: gray40 -*Command.shapeStyle: Rectangle -*Command.background: gray80 -*Command.displayList:\ -foreground gray60;\ -lines 1,-1,-1,-1,-1,1;\ -foreground gray90;\ -lines -1,0,0,0,0,-1 - -*Form.displayList:\ -foreground gray60;\ -lines 1,-1,-1,-1,-1,1;\ -foreground gray90;\ -lines -1,0,0,0,0,-1 diff --git a/Xmessage.ad b/Xmessage.ad deleted file mode 100644 index 1028ed2..0000000 --- a/Xmessage.ad +++ /dev/null @@ -1,6 +0,0 @@ -! $XConsortium: Xmessage.ad,v 1.3 94/07/26 20:23:17 gildea Exp $ -*baseTranslations: #override :Return: default-exit() -*message.scrollVertical: Always -*message.scrollHorizontal: Never -*Command.shapeStyle: oval -*Command.highlightThickness: 1 diff --git a/app-defaults/Xmessage-color.ad b/app-defaults/Xmessage-color.ad new file mode 100644 index 0000000..8d5f433 --- /dev/null +++ b/app-defaults/Xmessage-color.ad @@ -0,0 +1,44 @@ +! $XFree86$ + +#include "Xmessage" + +*background: gray85 +*foreground: gray15 + +*Scrollbar.thumb: vlines2 +*Scrollbar.width: 14 +*Scrollbar.foreground: rgb:a/5/5 +*Scrollbar.borderWidth: 0 +*Scrollbar.displayList:\ +foreground gray90;\ +lines 1,-1,-1,-1,-1,1;\ +foreground gray60;\ +lines -1,0,0,0,0,-1 + +*Text.?.cursorColor: rgb:d/5/5 +*Text.borderColor: gray80 +*Text*background: gray96 +*Text*Scrollbar.background: gray80 +*Text.displayList:\ +foreground gray90;\ +lines 1,-1,-1,-1,-1,1;\ +foreground gray60;\ +lines -1,0,0,0,0,-1 + +*Command.highlightThickness: 2 +*Command.internalWidth: 5 +*Command.internalHeight: 3 +*Command.borderColor: gray40 +*Command.shapeStyle: Rectangle +*Command.background: gray80 +*Command.displayList:\ +foreground gray60;\ +lines 1,-1,-1,-1,-1,1;\ +foreground gray90;\ +lines -1,0,0,0,0,-1 + +*Form.displayList:\ +foreground gray60;\ +lines 1,-1,-1,-1,-1,1;\ +foreground gray90;\ +lines -1,0,0,0,0,-1 diff --git a/app-defaults/Xmessage.ad b/app-defaults/Xmessage.ad new file mode 100644 index 0000000..1028ed2 --- /dev/null +++ b/app-defaults/Xmessage.ad @@ -0,0 +1,6 @@ +! $XConsortium: Xmessage.ad,v 1.3 94/07/26 20:23:17 gildea Exp $ +*baseTranslations: #override :Return: default-exit() +*message.scrollVertical: Always +*message.scrollHorizontal: Never +*Command.shapeStyle: oval +*Command.highlightThickness: 1 -- cgit v1.2.3