fix compilation error in textplay #1710

pull/1713/head
nick black 3 years ago
parent 2aa63404e2
commit c2dd6b6a78
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1,9 +1,9 @@
#include <stdlib.h>
#include <notcurses/notcurses.h>
#define GIG 1000000000ull
static const uint32_t LOWCOLOR = 0x004080;
static const uint32_t HICOLOR = 0xddffdd;
static const uint32_t GIG = 1000000000ull;
static const uint32_t NANOSEC = GIG / 60; // 60 cps
static const int FRAMERATIO = 2; // display 1 of every FRAMERATIO frames
#define MARGIN 2

Loading…
Cancel
Save