Re: [PATCH weston 02/17] xwm: Rename get_resources function

2012-11-30 Thread Kristian Høgsberg
On Fri, Nov 30, 2012 at 05:19:57PM -0200, Tiago Vignatti wrote: > It's pure WM-related function, so use the same 'weston_wm_' prefix that others > in the same file are already using. Makes sense, committed. Kristian > Signed-off-by: Tiago Vignatti > --- > src/xwayland/window-manager.c |4 ++

[PATCH weston 02/17] xwm: Rename get_resources function

2012-11-30 Thread Tiago Vignatti
It's pure WM-related function, so use the same 'weston_wm_' prefix that others in the same file are already using. Signed-off-by: Tiago Vignatti --- src/xwayland/window-manager.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xwayland/window-manager.c b/src/xwayla