Skip to content

Commit

Permalink
feat: add pNext to plWindowDesc
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Oct 19, 2024
1 parent 53944ad commit 3e5f529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pl_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ typedef struct _plWindowDesc
uint32_t uHeight;
int iXPos;
int iYPos;
const void* pNext;
} plWindowDesc;

typedef struct _plWindow
Expand Down

0 comments on commit 3e5f529

Please sign in to comment.