X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config.h;h=bac7b4359c495313afd864639e4b124c98a479a3;hb=29aae1975d46f66b97a2b873f1875eded8c6fbc3;hp=23935b72387aa5bc296addf2d20265394e4507d5;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/config.h b/config.h index 23935b7..bac7b43 100644 --- a/config.h +++ b/config.h @@ -1,12 +1,9 @@ /* * config.h * - * Copyright (c) Tuomo Valkonen 1999-2002. + * Copyright (c) Tuomo Valkonen 1999-2008. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_CONFIG_H @@ -21,7 +18,6 @@ #define CF_MAX_MOVERES_STR_SIZE 32 -#define CF_TAB_TEXT_ALIGN ALIGN_CENTER #define CF_RESIZE_DELAY 1500 #define CF_XMESSAGE "xmessage -file " @@ -32,6 +28,8 @@ #define CF_STATUSBAR_SYSTRAY_HEIGHT 24 +#define CF_VISIBILITY_CONSTRAINT 16 /* = CF_EDGE_RESISTANCE */ + /* Cursors */ @@ -41,9 +39,6 @@ #define CF_CURSOR_DRAG XC_cross #define CF_CURSOR_WAITKEY XC_icon -#define CF_STR_EMPTY "" -#define CF_STR_EMPTY_LEN 13 - #define CF_STDISP_MIN_SZ 8 #endif /* ION_CONFIG_H */