obs-studio/test
jp9000 41176eef27 (API Change) Remove obs_graphics()
API Removed:
- graphics_t obs_graphics();
Replaced With:
- void obs_enter_graphics();
- void obs_leave_graphics();

Description:
  obs_graphics() was somewhat of a pointless function.  The only time
that it was ever necessary was to pass it as a parameter to
gs_entercontext() followed by a subsequent gs_leavecontext() call after
that.  So, I felt that it made a bit more sense just to implement
obs_enter_graphics() and obs_leave_graphics() functions to do the exact
same thing without having to repeat that code.  There's really no need
to ever "hold" the graphics pointer, though I suppose that could change
in the future so having a similar function come back isn't out of the
question.

Still, this at least reduces the amount of unnecessary repeated code for
the time being.
2014-08-08 11:04:45 -07:00
..
osx Make OSX test application compatible with current 10.10 beta SDK 2014-08-03 02:21:30 +02:00
test-input (API Change) Remove obs_graphics() 2014-08-08 11:04:45 -07:00
win (API Change) Un-squish obs_sceneitem_* 2014-08-08 11:04:45 -07:00
CMakeLists.txt Full rewrite of all CMakeLists 2014-01-24 18:56:32 +01:00