[python] fix type

This commit is contained in:
joseLuís 2021-11-30 12:09:54 +01:00
parent 46ebc1d9c6
commit 2f7b6e711f

View File

@ -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",