diff options
Diffstat (limited to 'x11-fm/ezfm/files/patch-main.c')
-rw-r--r-- | x11-fm/ezfm/files/patch-main.c | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/x11-fm/ezfm/files/patch-main.c b/x11-fm/ezfm/files/patch-main.c deleted file mode 100644 index 8c834c523fd6..000000000000 --- a/x11-fm/ezfm/files/patch-main.c +++ /dev/null @@ -1,71 +0,0 @@ ---- main.c.orig Thu Oct 7 16:06:48 1999 -+++ main.c Fri Aug 29 17:40:40 2003 -@@ -84,41 +84,41 @@ - */ - static char *fallbackResources = - /* initialization file name */ --"ezfm*ezfmrc: ezfmrc:~/.ezfmrc:/etc/ezfmrc:/usr/lib/ezfm/ezfmrc:/usr/local/lib/ezfm/ezfmrc -+"ezfm*ezfmrc: ezfmrc:~/.ezfmrc:/etc/ezfmrc:/usr/X11R6/share/ezfm/ezfmrc:/usr/local/lib/ezfm/ezfmrc\n\ - " - /* fonts used in display items */ --" --ezfm*itemMediumFont: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-* --ezfm*itemSlantFont: -*-helvetica-medium-o-*-*-12-*-*-*-*-*-*-* --ezfm*itemBoldFont: -*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-* --ezfm*itemBoldSlantFont: -*-helvetica-bold-o-*-*-12-*-*-*-*-*-*-* -+"\ -+ezfm*itemMediumFont: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*\n\ -+ezfm*itemSlantFont: -*-helvetica-medium-o-*-*-12-*-*-*-*-*-*-*\n\ -+ezfm*itemBoldFont: -*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*\n\ -+ezfm*itemBoldSlantFont: -*-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*\n\ - " - /* default font for entries/textWidgets (fixed width font)*/ --" --ezfm*textFont: -*-lucidatypewriter-medium-r-*-*-12-*-*-*-*-*-*-* --ezfm*textBoldFont: -*-lucidatypewriter-bold-r-*-*-14-*-*-*-*-*-*-* -+"\ -+ezfm*textFont: -*-lucidatypewriter-medium-r-*-*-12-*-*-*-*-*-*-*\n\ -+ezfm*textBoldFont: -*-lucidatypewriter-bold-r-*-*-14-*-*-*-*-*-*-*\n\ - " - /* default font for button labels */ --" --ezfm*labelMediumFont: -adobe-helvetica-medium-r-normal-*-*-120-*-*-*-*-*-* --ezfm*labelBoldFont: -adobe-helvetica-bold-r-normal-*-*-120-*-*-*-*-*-* --ezfm*labelLargeFont: -adobe-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-* --ezfm*labelSmallFont: -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-* -+"\ -+ezfm*labelMediumFont: -adobe-helvetica-medium-r-normal-*-*-120-*-*-*-*-*-*\n\ -+ezfm*labelBoldFont: -adobe-helvetica-bold-r-normal-*-*-120-*-*-*-*-*-*\n\ -+ezfm*labelLargeFont: -adobe-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*\n\ -+ezfm*labelSmallFont: -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*\n\ - " - /* background colors */ --" --!!! text background for folders --!*.textBackground: white -- --!!! background for bubble help --*bubble.background: yellow -- --!!! selection background --*selectionBackground: yellow -- --!!! --*HighlightMode: 2 --ezfm.backingStore: 1 -+"\ -+!!! text background for folders\n\ -+!*.textBackground: white\n\ -+\n\ -+!!! background for bubble help\n\ -+*bubble.background: yellow\n\ -+\n\ -+!!! selection background\n\ -+*selectionBackground: yellow\n\ -+\n\ -+!!!\n\ -+*HighlightMode: 2\n\ -+ezfm.backingStore: 1\n\ - " - ; - |