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]
___nick___ has quit []
___nick___ has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
nerdopolis has quit [Ping timeout: 480 seconds]
mxz has quit [Quit: cya]
mxz has joined #wayland
agd5f_ has joined #wayland
agd5f has quit [Ping timeout: 480 seconds]
Company has quit [Quit: Leaving]
agd5f has joined #wayland
agd5f_ has quit [Ping timeout: 480 seconds]
julio7359 has quit [Ping timeout: 480 seconds]
realivanjx8 has joined #wayland
realivanjx has quit [Ping timeout: 480 seconds]
realivanjx84 has joined #wayland
roshan has joined #wayland
realivanjx8 has quit [Ping timeout: 480 seconds]
realivanjx84 has quit [Ping timeout: 480 seconds]
roshan has quit [Ping timeout: 480 seconds]
dcz has joined #wayland
agd5f_ has joined #wayland
agd5f has quit [Ping timeout: 480 seconds]
realivanjx8 has joined #wayland
realivanjx8 has quit []
realivanjx8 has joined #wayland
chipxxx has left #wayland [#wayland]
chipxxx has joined #wayland
chipxxx has quit []
chipxxx has joined #wayland
robobub has joined #wayland
bim9262 has quit [Quit: ZNC - https://znc.in]
bim9262 has joined #wayland
rv1sr has joined #wayland
julio7359 has joined #wayland
danvet has joined #wayland
bodiccea_ has joined #wayland
bodiccea has quit [Ping timeout: 480 seconds]
d_ed has quit [Ping timeout: 480 seconds]
agd5f has joined #wayland
agd5f_ has quit [Ping timeout: 480 seconds]
roshan has joined #wayland
mokee has joined #wayland
mokee has quit []
mokee has joined #wayland
mokee has quit []
mokee has joined #wayland
agd5f_ has joined #wayland
agd5f has quit [Ping timeout: 480 seconds]
ManMower has quit [Ping timeout: 480 seconds]
Szadek has quit [Quit: WeeChat 3.8]
Szadek has joined #wayland
roshan has quit []
Szadek has quit [Quit: WeeChat 3.8]
andyrtr has quit [Quit: ZNC 1.8.2 - https://znc.in]
andyrtr has joined #wayland
Szadek has joined #wayland
mokee has quit []
Szadek has quit [Quit: WeeChat 3.8]
<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
<qyliss> cool, thanks
realivanjx6 has joined #wayland
realivanjx has quit [Ping timeout: 480 seconds]
realivanjx63 has joined #wayland
realivanjx6 has quit [Ping timeout: 480 seconds]
kts has joined #wayland
realivanjx638 has joined #wayland
realivanjx638 has quit []
realivanjx63 has quit [Ping timeout: 480 seconds]
danie1dg has joined #wayland
danie1dg has left #wayland [#wayland]
danieldg has quit [Ping timeout: 480 seconds]
junaid has joined #wayland
danieldg has joined #wayland
<wlb> wayland Issue #367 opened by Leah filler-name (sometime) xwayland on nvidia causes flickering and wierd framebuffer bugs https://gitlab.freedesktop.org/wayland/wayland/-/issues/367
molinari has joined #wayland
kts has quit [Quit: Konversation terminated!]
junaid has quit [Ping timeout: 480 seconds]
junaid has joined #wayland
<kchibisov> I'd assume compositor must not send negative configure values for xdg_toplevel?
<emersion> yea
<kchibisov> Got [3923471.427] xdg_toplevel@30.configure(-4, -27, array[16]) from sway.
<emersion> sounds like a bug
<kchibisov> I'll redirect the user then.
Szadek has quit [Quit: WeeChat 3.8]
<jadahl> zubzub: I suspect what you're seeing is eglSwapInterval(0)'s wl_display_sync() in mesa
<kchibisov> What should the client do when gettting such a thing? Should we still ack the configure?
<kchibisov> What we did is acked and then clamped the sizes to min size we request.
Szadek has joined #wayland
<zubzub> jadahl: ah yeah that's probably it. (Why does it do that?)
<jadahl> zubzub: according to the comment it's a way to do at least some throttling when not using the frame callback
<zubzub> o_O
Szadek has quit [Ping timeout: 480 seconds]
Szadek has joined #wayland
julio7359 has quit [Remote host closed the connection]
MajorBiscuit has joined #wayland
saumon has quit [Quit: Leaving server]
MajorBiscuit has quit [Quit: WeeChat 3.6]
molinari has quit [Quit: Leaving]
saumon has joined #wayland
saumon has quit []
DPA has quit [Ping timeout: 480 seconds]
Leopold has quit []
Leopold has joined #wayland
barrett has joined #wayland
DPA has joined #wayland
junaid has quit [Ping timeout: 480 seconds]
d_ed has joined #wayland
___nick___ has quit [Ping timeout: 480 seconds]
rv1sr has quit []
floof58 is now known as Guest7498
floof58 has joined #wayland
Guest7498 has quit [Ping timeout: 480 seconds]
Leopold has quit [Ping timeout: 480 seconds]
Leopold_ has joined #wayland
fmuellner has joined #wayland
DPA has quit [Ping timeout: 480 seconds]
fmuellner has quit [Remote host closed the connection]
dcz has quit [Ping timeout: 480 seconds]
jmd has joined #wayland
fvok4 has quit []
d_ed has quit [Ping timeout: 480 seconds]
DPA has joined #wayland
mwette has quit []