all repos — tint2 @ 6681cfbca63ebd09a65f813ad234d9c295cf2123

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

Fix cmake build
Chris Lee @klee93
commit

6681cfbca63ebd09a65f813ad234d9c295cf2123

parent

14074894f9da2fe159621df74b521a6495a8b0d9

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -152,6 +152,7 @@ src/freespace/freespace.c

src/separator/separator.c src/tint2rc.c src/util/area.c + src/util/bt.c src/util/common.c src/util/fps_distribution.c src/util/strnatcmp.c
M src/tint2conf/CMakeLists.txtsrc/tint2conf/CMakeLists.txt

@@ -20,6 +20,7 @@ ${GTK2_INCLUDE_DIRS}

${RSVG_INCLUDE_DIRS} ) set(SOURCES ../util/common.c + ../util/bt.c ../util/strnatcmp.c ../util/cache.c ../util/timer.c