commit | 2d129f11fe9330abf5eb7e86f5a3fa2ea00fc700 | [log] [tgz] |
---|---|---|
author | Tiago Vignatti <tiago.vignatti@intel.com> | Fri Nov 30 17:19:59 2012 -0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Nov 30 18:00:09 2012 -0500 |
tree | 5ed2a0566da364a5f9270e93437291c31ef4b8be | |
parent | 3df3f225e3e80c73607363eaf239363cbb441a6b [diff] [blame] |
xwayland: Staticize weston_wm_set_selection and read_and_dump_property Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c index 9f01c82..303ef15 100644 --- a/src/xwayland/window-manager.c +++ b/src/xwayland/window-manager.c
@@ -268,7 +268,7 @@ } } -void +static void read_and_dump_property(struct weston_wm *wm, xcb_window_t window, xcb_atom_t property) {