Re: [PATCH 04/16] xdg-shell: Implement part of the interface.

2013-12-03 Thread Kristian Høgsberg
On Tue, Dec 3, 2013 at 9:45 AM, Rafael Antognolli wrote: > On Fri, Nov 29, 2013 at 9:29 PM, Kristian Høgsberg > wrote: >> On Wed, Nov 27, 2013 at 03:50:20PM -0200, Rafael Antognolli wrote: >>> Basic requests are implemented, enough to get a surface displayed. >>> --- >>> src/.gitignore | 2 +

Re: [PATCH 04/16] xdg-shell: Implement part of the interface.

2013-12-03 Thread Rafael Antognolli
On Fri, Nov 29, 2013 at 9:29 PM, Kristian Høgsberg wrote: > On Wed, Nov 27, 2013 at 03:50:20PM -0200, Rafael Antognolli wrote: >> Basic requests are implemented, enough to get a surface displayed. >> --- >> src/.gitignore | 2 + >> src/Makefile.am | 6 +- >> src/shell.c | 228 >> +++

Re: [PATCH 04/16] xdg-shell: Implement part of the interface.

2013-11-29 Thread Kristian Høgsberg
On Wed, Nov 27, 2013 at 03:50:20PM -0200, Rafael Antognolli wrote: > Basic requests are implemented, enough to get a surface displayed. > --- > src/.gitignore | 2 + > src/Makefile.am | 6 +- > src/shell.c | 228 > +--- > 3 files change

[PATCH 04/16] xdg-shell: Implement part of the interface.

2013-11-27 Thread Rafael Antognolli
Basic requests are implemented, enough to get a surface displayed. --- src/.gitignore | 2 + src/Makefile.am | 6 +- src/shell.c | 228 +--- 3 files changed, 223 insertions(+), 13 deletions(-) diff --git a/src/.gitignore b/src/.gitignor