we want builddef.h from visual-details.h

pull/1146/head
nick black 4 years ago
parent c063ce4e36
commit 4655c9dd13
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -238,7 +238,7 @@ ncselector* ncselector_create(ncplane* n, const ncselector_options* opts){
}
unsigned itemcount = 0;
if(opts->flags > 0){
logwarn(ncplane_notcurses(n), "Provided unsupported flags %016lx\n", opts->flags);
logwarn(ncplane_notcurses(n), "Provided unsupported flags %016jx\n", (uintmax_t)opts->flags);
}
if(opts->items){
for(const struct ncselector_item* i = opts->items ; i->option ; ++i){

@ -1,7 +1,7 @@
#ifndef NOTCURSES_VISUAL_DETAILS
#define NOTCURSES_VISUAL_DETAILS
#include "version.h"
#include "builddef.h"
#include "notcurses/notcurses.h"
#ifdef USE_FFMPEG

Loading…
Cancel
Save