0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/linux-xcomposite
jp9000 7b12133af3 Use uint8_t* instead of void* for texture data
NOTE: In texture_setimage, I had to move variables to the top of the
scope because microsoft's C compiler will give the legacy C90 error of:
'illegal use of this type as an expression'.

To sum it up, microsoft's C compiler is still utter garbage.
2014-06-28 10:12:57 -07:00
..
CMakeLists.txt Add xcomposite capture 2014-05-09 03:12:30 +02:00
plugin-main.cpp Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00
xcompcap-helper.cpp Fix code formatting issues 2014-05-15 02:18:01 -07:00
xcompcap-helper.h Add xcomposite capture 2014-05-09 03:12:30 +02:00
xcompcap-main.cpp Use uint8_t* instead of void* for texture data 2014-06-28 10:12:57 -07:00
xcompcap-main.h Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00