There might be no other events if properties are changed
non-interactively, e.g. from a ~/.xsession script.
return;
if(event->atom==compositor->correction_atom)
+ {
update_geometry_correction(compositor, screen);
+ mark_dirty(compositor, screen);
+ }
else if(event->atom==compositor->root_pmap_atom)
+ {
update_root_pixmap(compositor, screen);
+ mark_dirty(compositor, screen);
+ }
}
void process_selection_request_event(Compositor *compositor, XSelectionRequestEvent *event)