Skip to content

Commit e53825c

Browse files
committed
Fixed undeclared Pixels compilation error
1 parent 74c187f commit e53825c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/Includes/pysfml/window.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ cdef extern from "pysfml/window/window_api.h":
2929

3030
cdef VideoMode wrap_videomode(sf.VideoMode *p, bint d)
3131
cdef ContextSettings wrap_contextsettings(sf.ContextSettings *v)
32-
cdef Pixels wrap_pixels(Uint8 *p, unsigned int w, unsigned int h)

0 commit comments

Comments
 (0)