Skip to content

Commit

Permalink
revert surface.c change
Browse files Browse the repository at this point in the history
  • Loading branch information
MyreMylar authored Nov 19, 2023
1 parent 7bba241 commit 28353e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_c/surface.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static struct PyMethodDef surface_methods[] = {
{"fblits", (PyCFunction)surf_fblits, METH_FASTCALL, DOC_SURFACE_FBLITS},
{"scroll", (PyCFunction)surf_scroll, METH_VARARGS | METH_KEYWORDS,
DOC_SURFACE_SCROLL},

{"get_flags", surf_get_flags, METH_NOARGS, DOC_SURFACE_GETFLAGS},
{"get_size", surf_get_size, METH_NOARGS, DOC_SURFACE_GETSIZE},
{"get_width", surf_get_width, METH_NOARGS, DOC_SURFACE_GETWIDTH},
Expand Down

0 comments on commit 28353e2

Please sign in to comment.