obs-studio/plugins/linux-xshm
jp9000 0b4a259e56 Remove 'locale' parameter from all callbacks
The locale parameter was a mistake, because it puts extra needless
burden upon the module developer to have to handle this variable for
each and every single callback function.  The parameter is being removed
in favor of a single centralized module callback function that
specifically updates locale information for a module only when needed.
2014-06-25 12:36:26 -07:00
..
CMakeLists.txt Add support for multi-screen setups 2014-05-12 22:07:07 +02:00
README Add README for the xshm plugin 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
xcursor.c linux-xshm: Fix cursor draw position 2014-06-19 20:55:30 -07:00
xcursor.h Add offset to xcursor 2014-05-12 22:07:07 +02:00
xhelpers.c Add support for multi-screen setups 2014-05-12 22:07:07 +02:00
xhelpers.h Add support for multi-screen setups 2014-05-12 22:07:07 +02:00
xshm-input.c Remove 'locale' parameter from all callbacks 2014-06-25 12:36:26 -07:00

README

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