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
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
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