Re: [PATCH 03/16] shell: Change set_maximized to receive internal structures.

2013-12-03 Thread Rafael Antognolli
On Fri, Nov 29, 2013 at 9:02 PM, Kristian Høgsberg wrote: > On Wed, Nov 27, 2013 at 03:50:19PM -0200, Rafael Antognolli wrote: >> Change the parameters of set_maximized from wl_resource and wl_client to >> shell_surface and weston_output. This will allow it to be used with >> xdg-shell too. >> ---

Re: [PATCH 03/16] shell: Change set_maximized to receive internal structures.

2013-11-29 Thread Kristian Høgsberg
On Wed, Nov 27, 2013 at 03:50:19PM -0200, Rafael Antognolli wrote: > Change the parameters of set_maximized from wl_resource and wl_client to > shell_surface and weston_output. This will allow it to be used with > xdg-shell too. > --- > src/shell.c | 19 --- > 1 file changed, 12 in

[PATCH 03/16] shell: Change set_maximized to receive internal structures.

2013-11-27 Thread Rafael Antognolli
Change the parameters of set_maximized from wl_resource and wl_client to shell_surface and weston_output. This will allow it to be used with xdg-shell too. --- src/shell.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/shell.c b/src/shell.c index cf89a