mpv/video/out/win32
James Ross-Gowan dbec486add droptarget: fix style and refactor
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.
2017-03-26 00:41:16 +11:00
..
displayconfig.c displayconfig: treat a refresh rate of 1 as invalid 2016-09-18 22:15:25 +10:00
displayconfig.h
droptarget.c droptarget: fix style and refactor 2017-03-26 00:41:16 +11:00
droptarget.h w32_common: move the IDropTarget impl to a separate file 2017-03-26 00:41:16 +11:00
exclusive_hack.c
exclusive_hack.h