lib: remove "none" initial cursor

We don't always get a cursor from the peer at startup. So ignore it until
we get a cursor delivered.
This commit is contained in:
Christian Hergert 2023-02-15 18:00:29 -08:00
parent 7d7ccea630
commit a57f55e24c

View File

@ -773,7 +773,6 @@ mks_display_init (MksDisplay *self)
gtk_widget_add_controller (GTK_WIDGET (self), controller);
gtk_widget_set_focusable (GTK_WIDGET (self), TRUE);
gtk_widget_set_cursor_from_name (GTK_WIDGET (self), "none");
}
GtkWidget *