GNOME Bugzilla – Bug 622943
Add allow-none to gdk_window_set_cursor()
Last modified: 2010-06-27 18:21:44 UTC
Created attachment 164746 [details] [review] Add allow-none to gdk_window_set_cursor() gdk_window_set_cursor() allows NULL cursors to be passed to allow resetting the cursor. Patch adds allow-none to the cursor parameter to notify the GIR file of this.
Comment on attachment 164746 [details] [review] Add allow-none to gdk_window_set_cursor() Trivial patch, please commit to master and gtk-2-22
Pushed to master and gtk-2-22. commit d78cee6791cd627a3bc584ace5c35f561aba9cf8 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jun 27 15:39:02 2010 +0100 Add allow-none to gdk_window_set_cursor() gdk/gdkwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)