[python] fix type

pull/2406/head
joseLuís 3 years ago
parent 46ebc1d9c6
commit 2f7b6e711f

@ -292,7 +292,7 @@ Notcurses_pile_create(NotcursesObject *self, PyObject *args, PyObject *kwds)
const char *name = NULL;
// TODO reseize callback
unsigned long long flags = 0;
int margin_b = 0, margin_r = 0;
unsigned int margin_b = 0, margin_r = 0;
char *keywords[] = {"y_pos", "x_pos",
"rows", "cols",

Loading…
Cancel
Save