Skip to content

libcheese: Fix critical on failing to load cropping cursor

Philip Withnall requested to merge pwithnall/cheese:cursor-critical into master

Loading a cursor can fail (gdk_cursor_new_for_display() can return NULL); avoid a critical warning in that case.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports