There was an error while loading. Please reload this page.
1 parent 7fded06 commit 0734286Copy full SHA for 0734286
src/compositor.rs
@@ -232,7 +232,7 @@ impl Compositor {
232
233
pub fn redraw_cursor(&mut self, total_redraw: Option<Rect>) {
234
if self.hw_cursor {
235
- if self.hw_cursor && self.update_cursor_timer.elapsed().as_millis() > 1000 {
+ if self.update_cursor_timer.elapsed().as_millis() > 1000 {
236
self.send_cursor_command(&CursorCommand {
237
header: 1,
238
x: self.cursor_x,
0 commit comments