Browse Source

Window fix

rdb 16 years ago
parent
commit
ee47d35695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/egldisplay/eglGraphicsWindow.cxx

+ 1 - 1
panda/src/egldisplay/eglGraphicsWindow.cxx

@@ -669,7 +669,7 @@ open_window() {
   if (!_properties.has_parent_window()) {
     root_window = egl_pipe->get_root();
   } else {
-    root_window = (Window) (int) _properties.get_parent_window();
+    root_window = (Window) _properties.get_parent_window();
   }
 
   setup_colormap(visual_info);