update changed properties in window structure

This commit is contained in:
David Rose 2004-03-03 21:35:30 +00:00
parent be0f50c6fb
commit 07260b688c

View File

@ -449,6 +449,7 @@ set_properties_now(WindowProperties &properties) {
// We hide the cursor by setting it to an invisible pixmap.
if (properties.has_cursor_hidden()) {
_properties.set_cursor_hidden(properties.get_cursor_hidden());
if (properties.get_cursor_hidden()) {
XDefineCursor(_display, _xwindow, glx_pipe->get_hidden_cursor());
} else {