From 3cbedea88d4f75b071099ae743e1b4cddd8e15df Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 9 Feb 2004 21:15:29 +0000 Subject: [PATCH] specify OT_buffer --- panda/src/glxdisplay/glxGraphicsPipe.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/glxdisplay/glxGraphicsPipe.cxx b/panda/src/glxdisplay/glxGraphicsPipe.cxx index e93822ee6c..8f74dba812 100644 --- a/panda/src/glxdisplay/glxGraphicsPipe.cxx +++ b/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;