GNOME Bugzilla – Bug 748341
GdkOffscreenWindow should not segfault on gdk_window_beep()
Last modified: 2015-04-27 10:27:18 UTC
While it shouldn't be a typical flow, sometimes offscreen windows are useful for testing without a full dogtail setup. Calling gdk_window_beep() on an offscreen window segfaults since there is no check for the vfunc before calling.
Created attachment 302190 [details] [review] add dummy func to avoid segfault Small patch does nothing in the vfunc. Returns FALSE so the display may still be beeped. (which is probably irrelevant).