GNOME Bugzilla – Bug 585978
Fix missing static for meta_window_show()
Last modified: 2009-06-30 13:49:26 UTC
Surprisingly, there doesn't seem to be a gcc warning option (other than the too-be-avoided -Wtraditional) that would warn about this.
Created attachment 136716 [details] [review] Fix missing static for meta_window_show() Definition of meta_window_show() was missing static although it was forward-declared with static.
looks right
Pushed