ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
Brainium has quit [Quit: Konversation terminated!]
jsto has quit [Quit: jsto]
johnandmegh has joined #wayland
nerdopolis has quit [Ping timeout: 480 seconds]
jsto has joined #wayland
rg has joined #wayland
rg has quit []
jmdaemon has joined #wayland
dcz has joined #wayland
dcz_ has joined #wayland
dcz has quit [Ping timeout: 480 seconds]
moa has joined #wayland
bluebugs has quit [Ping timeout: 480 seconds]
maria9 has joined #wayland
maria has quit [Ping timeout: 480 seconds]
maria9 is now known as maria
junaid has joined #wayland
kts has joined #wayland
bluebugs has joined #wayland
moa has quit [Ping timeout: 480 seconds]
DPA has quit [Ping timeout: 480 seconds]
Szadek has quit [Quit: WeeChat 3.8]
kts has quit [Ping timeout: 480 seconds]
crazybyte has joined #wayland
kts has joined #wayland
kts has quit [Ping timeout: 480 seconds]
sima has joined #wayland
sima has quit [Read error: No route to host]
kts has joined #wayland
sima has joined #wayland
iomari891 has joined #wayland
ybogdano is now known as Guest659
Guest659 has quit [Remote host closed the connection]
ybogdano has joined #wayland
rv1sr has joined #wayland
fmuellner has joined #wayland
kts has quit [Quit: Konversation terminated!]
rasterman has joined #wayland
kts has joined #wayland
kts has quit [Quit: Konversation terminated!]
vyivel has quit [Remote host closed the connection]
vyivel has joined #wayland
DPA has joined #wayland
junaid has quit [Quit: leaving]
junaid has joined #wayland
junaid has quit []
bindu has quit [Quit: leaving]
junaid has joined #wayland
bindu has joined #wayland
junaid has quit []
junaid has joined #wayland
floof58 is now known as Guest665
fmuellner has quit [Ping timeout: 480 seconds]
floof58 has joined #wayland
Guest665 has quit [Ping timeout: 480 seconds]
junaid has quit [Quit: leaving]
junaid has joined #wayland
junaid has quit []
junaid has joined #wayland
junaid has quit []
junaid has joined #wayland
<ahmadraniri[m]>
Hello, is there a way to exclude something from what wl_container_of contains ?
<kennylevinsen>
ahmadraniri[m]: I don't understand the question. What are you trying to achieve?
<kchibisov>
emersion: do you happen to know how common the w3c names are in arbitrary cursor themes? I remember that some of them use weird naming for `pointer`, like `hand2` and `hand1`(you check for both for example).
<kennylevinsen>
wl_container_of calculates the pointer to a struct, based on the pointer to a field in that struct (usually a field that is a wl_listener). It's just a substraction using the offset of the struct field.
<kchibisov>
I wonder whether I should keep maintaining fallback lists I have or I could simply pass the w3c name to the cursor theme loader, when the protocol is not available.
<ahmadraniri[m]>
kennylevinsen: So, I have a list of windows that I keep using wl_container_of function and I want to make some windows to not included to the list.
<ifreund>
so remove them from the list? wl_list_remove()
<ahmadraniri[m]>
ifreund: Thanks for the clue, I'll check it.
<kennylevinsen>
that, or skip the windows using e.g. a bool when iterating or looking up windows. wl_container_of is not the right place.
ybogdano has quit [Remote host closed the connection]
Company has quit [Quit: Leaving]
ybogdano has joined #wayland
Tedesco has joined #wayland
bwidawsk has quit [Ping timeout: 480 seconds]
panzeroceania_____ has quit [Ping timeout: 480 seconds]
<kennylevinsen>
DodoGTA: that really depends on your definition of a vulnerability, especially considering that it is currently only known to be caused by the compositor - a privileged and trusted process - as a result of user input
alatiera5 has joined #wayland
<kennylevinsen>
clean termination is not itself a security issue, but it can become a DoS if external/untrusted applications can perform them
alatiera has quit [Ping timeout: 480 seconds]
alatiera5 is now known as alatiera
ybogdano has quit [Quit: Ping timeout (120 seconds)]
ybogdano has joined #wayland
floof58 is now known as Guest675
floof58 has joined #wayland
Guest675 has quit [Ping timeout: 480 seconds]
nerdopolis has joined #wayland
Szadek has joined #wayland
ybogdano has quit [Quit: Ping timeout (120 seconds)]
ybogdano has joined #wayland
ybogdano is now known as Guest680
Guest680 has quit [Remote host closed the connection]
ybogdano has joined #wayland
ybogdano is now known as Guest687
Guest687 has quit [Remote host closed the connection]
ybogdano has joined #wayland
bodiccea has quit [Remote host closed the connection]
bodiccea has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
kts has joined #wayland
kts has quit []
___nick___ has joined #wayland
___nick___ has quit [Read error: No route to host]
___nick___ has joined #wayland
ybogdano has quit [Remote host closed the connection]
ybogdano has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
<emersion>
kchibisov: there are the legacy X11 names, yes. like "default" == "left_ptr"