On Sun 14.Dec'08 at 20:02:28 -0800, John H. Robinson, IV wrote: > [...] > src/wconfig.h.in | 1 + > src/workspace.c | 2 +- > > > [...]
> diff --git a/src/wconfig.h.in b/src/wconfig.h.in > --- a/src/wconfig.h.in > +++ b/src/wconfig.h.in > @@ -489,6 +489,7 @@ > > #define WM_PI 3.14159265358979323846 > > +#define MAX_SHORTCUT_LENGTH 32 > #define FRAME_BORDER_WIDTH 1 /* width of window border for frames */ > > #define RESIZEBAR_HEIGHT 8 /* height of the resizebar */ Thanks John for taking the time to redo the patch with this #define instead of my previous version. I think when I originally wrote this I misread the src/config.h.in in the .hgignore for src/wconfig.h.in instead... But your modified version is how I wanted back then. So thanks for writing it while I am busy with other things! -- To unsubscribe, send mail to [email protected].
