mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
dbec486add
This makes the code more closely match mpv's style. Specifically, it changes some names from camelCase to snake_case, removes some Hungarian notation, replaces direct vtbl access with COM macros, makes use of the SAFE_RELEASE macro, moves some declarations closer to their first use, and fixes the brace style, as well as a few other things. This also makes the IDropTargetVtbl static and it fixes the buggy QueryInterface implementation. |
||
---|---|---|
.. | ||
displayconfig.c | ||
displayconfig.h | ||
droptarget.c | ||
droptarget.h | ||
exclusive_hack.c | ||
exclusive_hack.h |