specify OT_buffer

This commit is contained in:
David Rose 2004-02-09 21:15:29 +00:00
parent c0ce8fc453
commit 3cbedea88d
1 changed files with 1 additions and 1 deletions

View File

@ -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;