GNOME Bugzilla – Bug 751099
Fix return value error in gdk_window_set_pass_through
Last modified: 2015-06-17 13:38:16 UTC
Please see the patch. This fixes error when compiling with clang. gdkwindow.c:6840:3: error: non-void function 'gdk_window_get_pass_through' should return a value [-Wreturn-type]
Created attachment 305465 [details] [review] Fix return value error in gdk_window_set_pass_through
Review of attachment 305465 [details] [review]: Ok. In the future, feel free to push this kind of trivial patches.
Attachment 305465 [details] pushed as 3955d93 - Fix return value error in gdk_window_set_pass_through