浏览代码

Added gl_update (does nothing for now).

Fix previous commit..
Zachary Lund 12 年之前
父节点
当前提交
ffd80449d3
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      libobs-opengl/gl-x11.c

+ 6 - 0
libobs-opengl/gl-x11.c

@@ -233,6 +233,12 @@ void device_leavecontext(device_t device)
 		blog(LOG_ERROR, "Failed to reset current context.");
 	}
 }
+
+void gl_update(device_t device)
+{
+	/* I don't know of anything we can do here. */
+}
+
 void device_load_swapchain(device_t device, swapchain_t swap) 
 {
 	if(!swap)