Pārlūkot izejas kodu

specify OT_buffer

David Rose 22 gadi atpakaļ
vecāks
revīzija
3cbedea88d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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, "");
   setlocale(LC_ALL, "");
 
 
   _is_valid = false;
   _is_valid = false;
-  _supported_types = OT_window;
+  _supported_types = OT_window | OT_buffer;
   _display = NULL;
   _display = NULL;
   _screen = 0;
   _screen = 0;
   _root = (Window)NULL;
   _root = (Window)NULL;