ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
cool110_ has quit [Remote host closed the connection]
MajorBiscuit has quit [Ping timeout: 480 seconds]
smallville7123 has quit [Ping timeout: 480 seconds]
cool110 has joined #wayland
licktheroom has quit [Quit: Leaving]
jgrulich has quit [Ping timeout: 480 seconds]
Cyrinux has quit [Remote host closed the connection]
genpaku has quit [Remote host closed the connection]
genpaku has joined #wayland
ishanjain has quit [Quit: Violence!]
ishanjain has joined #wayland
kts has joined #wayland
kts has quit []
agd5f_ has joined #wayland
agd5f has quit [Ping timeout: 480 seconds]
agd5f_ has quit [Ping timeout: 480 seconds]
___nick___ has quit []
agd5f has joined #wayland
___nick___ has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
licktheroom has joined #wayland
Vanfanel has joined #wayland
<bl4ckb0ne>
what's the difference between wl_client_post_no_memory and wl_resource_post_no_memory
<zmike>
one is for clients and the other is for resources?
<bl4ckb0ne>
yeah but which one is to be used in which case
<ifreund>
they both do the same thing, whichever is more convenient should be used
molinari has quit [Ping timeout: 480 seconds]
<Vanfanel>
Hi. I have been trying that fullscreen windows always pass the tests in maybe_enable_pointer_constraint(), so they get pointer confinement automatically.
<Vanfanel>
To do that, I have been trying to simulate a click on the windows when they are made into fullscreen
<Vanfanel>
Any idea on how to do that? I have been trying for a long time already, some ideas are welcome
<Vanfanel>
pq suggested that I could add the simulated click in desktop-shell/shell.c
<Vanfanel>
But where? I tried adding it in set_fullscreen(), like this: view->click_to_activate_serial = surface->compositor->activate_serial;
<Vanfanel>
Sadly that doesn't work. Any ideas, please?
___nick___ has quit [Ping timeout: 480 seconds]
<Vanfanel>
Does making "view->click_to_activate_serial = surface->compositor->activate_serial
<Vanfanel>
make any sense?
<Vanfanel>
^Forgot to mention that is on Weston!
Brainium has joined #wayland
tzimmermann has quit [Quit: Leaving]
dcz_ has quit [Ping timeout: 480 seconds]
floof58 is now known as Guest2316
floof58 has joined #wayland
Guest2316 has quit [Ping timeout: 480 seconds]
<bl4ckb0ne>
ifreund: but which is is to be prefered when
<bl4ckb0ne>
theres a lot of handler funcs that have both client and resource