0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/linux-xshm
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 support for multi-screen setups 2014-05-12 22:07:07 +02:00
linux-xshm.c moved and split up the linux xshm and pulseaudio capture plugins 2014-03-11 14:06:10 +01:00
README Add README for the xshm plugin 2014-05-12 22:07:07 +02:00
xcursor.c Use uint8_t* instead of void* for texture data 2014-06-28 10:12:57 -07:00
xcursor.h Add offset to xcursor 2014-05-12 22:07:07 +02:00
xhelpers.c linux-xshm: Fix potentially uninitialized var. 2014-06-27 21:43:42 -07:00
xhelpers.h Add support for multi-screen setups 2014-05-12 22:07:07 +02:00
xshm-input.c Remove 'effect' param from effect param funcs 2014-06-25 22:24:27 -07:00

Linux XShm capture plugin

  This plugin uses the MIT-SHM extension for the X-server to capture the
  desktop.

Todo:

 - handle resolution changes of screens
 - handle adding/removing screens while recording
 - support different depths

Contributing:

  If you are interested in helping out with the plugin, please drop by in the
  #obs-dev channel on quakenet.

References:
 - http://www.x.org/releases/current/doc/xextproto/shm.html