mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[python] fix type
This commit is contained in:
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…
x
Reference in New Issue
Block a user