Re: [PATCH weston 05/10] xdg-shell: Remove the flags from get_xdg_popup

2015-02-23 Thread Pekka Paalanen
On Fri, 13 Feb 2015 14:01:57 +0800 Jonas Ådahl wrote: > From: "Jasper St. Pierre" > > There haven't been any ideas for flags, so we don't need a useless, > unused parameter hanging around. Any future ideas should be done with a > new request entirely. > --- > clients/window.c | 3 +-- >

[PATCH weston 05/10] xdg-shell: Remove the flags from get_xdg_popup

2015-02-12 Thread Jonas Ådahl
From: "Jasper St. Pierre" There haven't been any ideas for flags, so we don't need a useless, unused parameter hanging around. Any future ideas should be done with a new request entirely. --- clients/window.c | 3 +-- desktop-shell/shell.c | 2 +- protocol/xdg-shell.xml | 1 - 3 files cha