Re: Shell surface positioning

2016-11-10 Thread Jan Synacek
On Thu, Nov 10, 2016 at 6:20 AM, Jonas Ådahl wrote: > On Wed, Nov 09, 2016 at 10:30:45AM +0100, Jan Synacek wrote: >> Hello, >> >> I'm playing around with libwayland-client, implementing a simple >> application. I made the middle mouse button move the "window" using >> wl_shell_surface_move() when

Re: Shell surface positioning

2016-11-09 Thread Jonas Ådahl
On Wed, Nov 09, 2016 at 10:30:45AM +0100, Jan Synacek wrote: > Hello, > > I'm playing around with libwayland-client, implementing a simple > application. I made the middle mouse button move the "window" using > wl_shell_surface_move() when the button is pressed, which works. What > I don't underst

Shell surface positioning

2016-11-09 Thread Jan Synacek
Hello, I'm playing around with libwayland-client, implementing a simple application. I made the middle mouse button move the "window" using wl_shell_surface_move() when the button is pressed, which works. What I don't understand, though, is how do I make the compositor position the "window" when i