jp9000 cf9f21e422 (API Change) libobs/graphics: Change gs_create param
(Non-compiling commit: windowless-context branch)

Changes API from:
---------------------
EXPORT int gs_create(graphics_t **graphics, const char *module,
		const struct gs_init_data *data);

To:
---------------------
EXPORT int gs_create(graphics_t **graphics, const char *module,
		uint32_t adapter);

Summary:
---------------------
Changes the gs_create function to use an adapter parameter instead of
requiring a gs_init_data with window/color/etc information.
2015-08-05 01:07:08 -07:00
..
2015-07-27 16:08:44 -07:00
2015-05-11 20:45:25 +02:00
2015-05-11 20:45:25 +02:00
2015-06-04 18:04:23 -07:00
2015-05-11 20:45:25 +02:00
2014-02-12 08:04:50 -07:00
2015-08-05 01:07:03 -07:00