Searched refs:request_redraw (Results 1 – 2 of 2) sorted by relevance
140 compositor.request_redraw(window.rect()); in window_new()256 compositor().unwrap().request_redraw(cursor_rect); in update_cursor()263 compositor().unwrap().request_redraw(cursor_rect); in update_cursor()
140 pub fn request_redraw(&self, rect: Rect) { in request_redraw() method