From 541c2041950fbc2564656ab3eb843dc63374950f Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 20 Apr 2018 00:29:26 -0400 Subject: Update fbclock and fbatt colours No, my Linux computer is still broken. --- bin/fbatt.c | 10 +++++----- bin/fbclock.c | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'bin') diff --git a/bin/fbatt.c b/bin/fbatt.c index eb736acc..30714e2c 100644 --- a/bin/fbatt.c +++ b/bin/fbatt.c @@ -33,11 +33,11 @@ static const uint32_t RIGHT = 5 * 8 + 1; // fbclock width. static const uint32_t WIDTH = 8; static const uint32_t HEIGHT = 16; -static const uint32_t BG = 0x1D2021; -static const uint32_t BORDER = 0xA99A84; -static const uint32_t GRAY = 0x938374; -static const uint32_t YELLOW = 0xD89A22; -static const uint32_t RED = 0xCC241D; +static const uint32_t BG = 0x161510; +static const uint32_t BORDER = 0x7A7155; +static const uint32_t GRAY = 0x4C4635; +static const uint32_t YELLOW = 0xA37720; +static const uint32_t RED = 0xA32810; int main() { int error; diff --git a/bin/fbclock.c b/bin/fbclock.c index c61d3771..bd967307 100644 --- a/bin/fbclock.c +++ b/bin/fbclock.c @@ -40,8 +40,8 @@ struct Psf2Header { uint32_t glyphWidth; }; -static const uint32_t BG = 0x1D2021; -static const uint32_t FG = 0xA99A84; +static const uint32_t BG = 0x161510; +static const uint32_t FG = 0x7A7155; int main() { size_t len; -- cgit 1.4.1 s/commit/include/compat/netinet/tcp.h?h=3.3.3p1&id=3bb2203d08dbddd9356334d350275be577e9fa84&follow=1'>commit diff
path: root/include/compat/netinet/tcp.h (unfollow)
Commit message (Expand)Author
2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe