GNOME Bugzilla – Bug 744599
Unable to disable draw-cursor in screencaster
Last modified: 2015-02-17 07:36:37 UTC
There is an issue for me where the screen recorder dies under wayland when reading the cursor (texture == NULL deref). I tried disabling it, but that did not work. This patch fixes the disabling.
Created attachment 296945 [details] [review] Make draw-cursor option work screencast: Make it possible to disable draw-cursor drawing cursor is on by default, so the code: if (options['draw-cursor']) recorder.set_draw_cursor(options['draw-cursor']); never lets you unset it. Fix is to use 'draw-cursor' in options instead.
Review of attachment 296945 [details] [review]: Eeeks, good catch!