obs-studio/libobs-opengl
Shaolin 85c7669ad2 libobs-opengl: Fix segfault on access of invalid window
Once a window is invalid gl-x11::get_window_geometry will return 0
so just check if the returned geometry is a valid pointer before
trying to get its width/height.
2018-08-03 00:55:09 -03:00
..
.gitignore
CMakeLists.txt
gl-cocoa.m libobs-opengl: Disable v-sync on mac 2017-10-06 06:35:56 -07:00
gl-helpers.c libobs-opengl: Make update_buffer data param const 2017-11-27 02:30:49 -08:00
gl-helpers.h libobs-opengl: Make update_buffer data param const 2017-11-27 02:30:49 -08:00
gl-indexbuffer.c libobs: Add vertex/index buffer "direct" flush functions 2017-11-27 03:00:20 -08:00
gl-shader.c
gl-shaderparser.c libobs: Handle 'in', 'out', and 'inout' keywords in shader parsers 2018-05-28 12:07:20 -04:00
gl-shaderparser.h
gl-stagesurf.c Fix various typos across multiple modules 2017-04-25 22:39:42 -04:00
gl-subsystem.c libobs-opengl: Log adapter and driver info 2018-02-15 17:02:48 -08:00
gl-subsystem.h
gl-texture2d.c
gl-texturecube.c
gl-vertexbuffer.c libobs: Add vertex/index buffer "direct" flush functions 2017-11-27 03:00:20 -08:00
gl-windows.c Fix various typos across multiple modules 2017-04-25 22:39:42 -04:00
gl-x11.c libobs-opengl: Fix segfault on access of invalid window 2018-08-03 00:55:09 -03:00
gl-zstencil.c