wok annotate svkbd/stuff/config.def.h @ rev 21288

updated libsctp and libsctp-dev (1.0.11 -> 1.0.17)
author Hans-G?nter Theisgen
date Tue Apr 16 16:33:43 2019 +0100 (2019-04-16)
parents
children 1801955a1d6d
rev   line source
pankso@16427 1 static const Bool wmborder = True;
pankso@16427 2 static const char font[] = "-misc-fixed-medium-r-semicondensed--0-0-75-75-c-0-iso8859-1";
pankso@16427 3 static const char normbgcolor[] = "#dfdfdf";
pankso@16427 4 static const char normfgcolor[] = "#000000";
pankso@16427 5 static const char pressbgcolor[] = "#111111";
pankso@16427 6 static const char pressfgcolor[] = "#ffffff";
pankso@16427 7 static const char highlightbgcolor[] = "#111111";
pankso@16427 8 static const char highlightfgcolor[] = "#ffffff";
pankso@16427 9