mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
work around opensuse compilation issue #806
This commit is contained in:
parent
e768fb1509
commit
0767aaec01
@ -26,7 +26,7 @@ static int plot_grab_y = -1;
|
||||
static int plot_pos_y;
|
||||
|
||||
// how many columns for runtime?
|
||||
static const int HUD_ROWS = 3 + 2; // 2 for borders
|
||||
#define HUD_ROWS (3 + 2) // 2 for borders
|
||||
static const int HUD_COLS = 30 + 2; // 2 for borders
|
||||
|
||||
typedef struct elem {
|
||||
|
Loading…
Reference in New Issue
Block a user