all repos — tint2 @ 9b17461f740afa3e33647aefafaf548cd2394ba9

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Updated changelog
o9000 mrovi9000@gmail.com
commit

9b17461f740afa3e33647aefafaf548cd2394ba9

parent

a185f625f96d9f31c1528bed1065bc74970425c6

2 files changed, 17 insertions(+), 5 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,3 +1,7 @@

+2017-12-21 master +- Fixes: + - Merged patches and fixed other warnings on OpenBSD + 2017-12-20 16.0 - Fixes: - Taskbar: `taskbar_distribute_size = 1` now playes well with `task_align = center` and
M tint2.configtint2.config

@@ -1,9 +1,17 @@

// ADD PREDEFINED MACROS HERE! -#define HAVE_RSVG 1 -#define HAVE_SN 1 +#define DISABLE_BACKTRACE 1 #define ENABLE_BATTERY 1 #define ENABLE_UEVENT 1 -#define GETTEXT_PACKAGE -#define HAVE_TRACING -#define ENABLE_EXECINFO +#define GETTEXT_PACKAGE "tint2conf" +#define HAS_GENERIC 1 +#define HAVE_RSVG 1 +#define HAVE_SN 1 +#define HAVE_VERSION_H 1 +#define INSTALL_PREFIX "/usr/local" +#define LOCALEDIR "/usr/local/share/locale" #define SN_API_NOT_YET_FROZEN +#define TINT2CONF 1 +#define _BSD_SOURCE +#define _DEFAULT_SOURCE +#define _POSIX_C_SOURCE=200809L +#define _WITH_GETLINE