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
jess has quit []
molinari has quit [Ping timeout: 480 seconds]
fmuellner has quit [Ping timeout: 480 seconds]
Szadek has joined #wayland
columbarius has joined #wayland
realivanjx has quit [Ping timeout: 480 seconds]
co1umbarius has quit [Ping timeout: 480 seconds]
realivanjx has joined #wayland
corndog has joined #wayland
corndog has quit [Remote host closed the connection]
<zubzub>
ifreund: gtk4 and SDL have this weird behaviour
<ifreund>
hmm, I'm probably missing something then. jadahl might know why gtk4 does that
agd5f has joined #wayland
agd5f_ has quit [Ping timeout: 480 seconds]
Szadek has joined #wayland
agd5f_ has joined #wayland
kts has joined #wayland
agd5f has quit [Ping timeout: 480 seconds]
realivanjx8 has quit []
realivanjx has joined #wayland
realivanjx9 has joined #wayland
kts has quit [Quit: Konversation terminated!]
realivanjx98 has joined #wayland
realivanjx has quit [Ping timeout: 480 seconds]
realivanjx9 has quit [Ping timeout: 480 seconds]
realivanjx988 has joined #wayland
realivanjx98 has quit [Ping timeout: 480 seconds]
MrCooper has quit [Remote host closed the connection]
MrCooper has joined #wayland
Szadek has quit [Quit: WeeChat 3.8]
realivanjx988 has quit []
realivanjx has joined #wayland
Szadek has joined #wayland
Szadek has quit []
Szadek has joined #wayland
nerdopolis has joined #wayland
cool110_ has joined #wayland
Leopold__ has quit [Remote host closed the connection]
cool110 has quit [Remote host closed the connection]
Leopold has joined #wayland
<qyliss>
Why does libweston have functions like weston_surface_get_content_size() and weston_surface_is_mapped() when surface->width, surface->height, and surface->is_mapped are also in the public headers? Should I be using one over the other?
<daniels>
qyliss: please do use the helpers
<qyliss>
Is it okay to use struct members when there's no corresponding helper? e.g. I'd like to check whether a surface has been added, so I was thinking of checking whether surface->output was non-null.
ManMower has joined #wayland
Company has joined #wayland
jmd has quit [Ping timeout: 480 seconds]
Szadek has quit [Ping timeout: 480 seconds]
Szadek has joined #wayland
<daniels>
qyliss: yeah that’s fine if there isn’t a helper, but we should add one