Skip to content

cursor: g_assert on NULL cursor

Guido Gunther requested to merge guido.gunther/phoc:null-cursor into master

Don't try to go on without a cursor (which can only happen when calloc fails). wlroots also only returns NULL in case of memory problems.

This allows to remove the NULL checks elsewhere

Merge request reports