Browse Source

missed a case

David Rose 17 years ago
parent
commit
2f5f1af7c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/glxdisplay/glxGraphicsPipe.cxx

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

@@ -25,7 +25,7 @@ bool glxGraphicsPipe::_error_handlers_installed = false;
 glxGraphicsPipe::ErrorHandlerFunc *glxGraphicsPipe::_prev_error_handler;
 glxGraphicsPipe::ErrorHandlerFunc *glxGraphicsPipe::_prev_error_handler;
 glxGraphicsPipe::IOErrorHandlerFunc *glxGraphicsPipe::_prev_io_error_handler;
 glxGraphicsPipe::IOErrorHandlerFunc *glxGraphicsPipe::_prev_io_error_handler;
 
 
-ReMutex glxGraphicsPipe::_x_mutex;
+LightReMutex glxGraphicsPipe::_x_mutex;
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //     Function: glxGraphicsPipe::Constructor
 //     Function: glxGraphicsPipe::Constructor