# This is a BitKeeper generated patch for the following project: # Project Name: Lightweight Window Manager # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.7 -> 1.8 # lwm.h 1.3 -> 1.4 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/02/11 jcopenha@marco.(none) 1.8 # shrink the default border # -------------------------------------------- # diff -Nru a/lwm.h b/lwm.h --- a/lwm.h Mon Feb 11 14:52:22 2002 +++ b/lwm.h Mon Feb 11 14:52:22 2002 @@ -10,7 +10,7 @@ #define DEFAULT_TITLE_FONT "-*-lucida-bold-r-normal-sans-14-*-*-*-p-*-iso8859-1" #define DEFAULT_POPUP_FONT "-*-lucida-medium-r-normal-sans-12-*-*-*-p-*-iso8859-1" #define DEFAULT_TERMINAL "xterm" -#define DEFAULT_BORDER 6 +#define DEFAULT_BORDER 3 #define HIDE_BUTTON Button3 #define MOVE_BUTTON Button2