Window fix

This commit is contained in:
rdb 2009-07-29 18:49:34 +00:00
parent f1e0e5b07b
commit ee47d35695

View File

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