浏览代码

specify OT_buffer

David Rose 22 年之前
父节点
当前提交
3cbedea88d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      panda/src/glxdisplay/glxGraphicsPipe.cxx

+ 1 - 1
panda/src/glxdisplay/glxGraphicsPipe.cxx

@@ -48,7 +48,7 @@ glxGraphicsPipe(const string &display) {
   setlocale(LC_ALL, "");
 
   _is_valid = false;
-  _supported_types = OT_window;
+  _supported_types = OT_window | OT_buffer;
   _display = NULL;
   _screen = 0;
   _root = (Window)NULL;