Files
PDModdingCommunity_PD-Loader/source-code/source
somewhatlurker b42680c57d render: make borderless mode behave more like a real window
`WS_POPUP` is replaced with `WS_CLIPSIBLINGS | WS_CLIPCHILDREN` (same as freeglut uses for its native borderless mode)

while `WS_POPUP` seems to often used as a style for borderless windows (at least from what I read online), it seems completely unnecessary :/
2019-09-12 04:07:44 +00:00
..
2019-08-02 23:53:50 +02:00