obs-studio/plugins/win-capture
martell 1e056fd7ec win-capture: deal with a 32bit handle cast errors
The HWND type is a void pointer, but HWND values are global and always
32bit despite, so casting to 32bit can cause cast warnings on actual
good compilers like gcc via mingw.  This change correctly handles the
casting to 32bits without producing unwanted warnings or errors on
mingw.
2015-02-09 03:41:54 -08:00
..
d3d8-api win-capture: Add d3d8 headers 2014-12-09 14:21:05 -08:00
data win-capture: Remove Activate/Reactivate text 2015-01-06 02:18:11 -08:00
get-graphics-offsets win-capture: Add get-graphics-offsets helper 2014-12-09 14:21:06 -08:00
graphics-hook win-capture: deal with a 32bit handle cast errors 2015-02-09 03:41:54 -08:00
inject-helper win-capture: Clarify inject helper intervals 2015-01-06 01:55:17 -08:00
CMakeLists.txt win-capture: fix link libs for mingw-w64 2015-02-09 03:41:53 -08:00
cursor-capture.c win-capture: Fix cursor hotspot bug 2015-01-05 02:45:36 -08:00
cursor-capture.h win-capture: Don't draw cursor if outside area 2015-01-03 02:37:18 -08:00
dc-capture.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
dc-capture.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
duplicator-monitor-capture.c win-capture: Add win8+ monitor capture 2015-01-03 02:37:18 -08:00
funchook.c win-capture: Add hooking functions 2014-12-09 14:21:03 -08:00
funchook.h win-capture: Add hooking functions 2014-12-09 14:21:03 -08:00
game-capture.c win-capture: Add option to show/hide game cursor 2015-02-07 03:06:16 -08:00
graphics-hook-info.h win-capture: Add graphics-hook-info.h 2014-12-09 14:21:04 -08:00
hook-helpers.h win-capture: Add hook helper functions for IPC 2014-12-09 14:21:04 -08:00
load-graphics-offsets.c win-capture: Add game capture 2014-12-09 15:25:59 -08:00
monitor-capture.c win-capture: Fix bug with GDI monitor capture 2015-01-05 14:15:34 -08:00
obfuscate.c win-capture: Add obfuscation functions 2014-12-08 01:53:51 -08:00
obfuscate.h win-capture: Add obfuscation functions 2014-12-08 01:53:51 -08:00
plugin-main.c win-capture: Add win8+ monitor capture 2015-01-03 02:37:18 -08:00
window-capture.c Don't update video of sources if not displaying 2015-01-05 02:10:32 -08:00
window-helpers.c win-capture: Use PSAPI GetProcessImageFileName 2015-01-07 05:26:32 -08:00
window-helpers.h win-capture: Expose get_window_exe as extern 2014-12-08 01:53:53 -08:00