Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src_c/include/_pygame.h
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ typedef struct {
SDL_bool _is_borrowed;
pgSurfaceObject *surf;
SDL_GLContext context;
PyObject *weakreflist;
PyObject *selfweakref;
} pgWindowObject;

#ifndef PYGAMEAPI_WINDOW_INTERNAL
Expand Down
Loading
Loading