On Thu, Jun 17 2010, Uli Schlachter wrote: > Given that my local timezone is GMT+2: > Good night, I'll hopefully find the time to look into this tomorrow (unless > someone feels like beating me to this...) > > @jd: How exactly does the code make sure fullscreen'd clients aren't touched > by > the layout function? I don't seem to find that code, but there must be sth > that > does this, obviously. Perhaps it first changes the client's geometry and then > makes sure the layout doesnt touch the client...?
I wrote that a long time ago, I can't recall exactly. As far as I remember what I wanted to write is: "Hey, client wants to go full-screen. Deal with it." Goal was that going full-screen could mean something else than taking the whole screen size hard-coded in C. I don't think there's something that prevents the user to move the client. But the layouts function should check if c.fullscreen is true or false before deciding it should be arranged. Maybe the .fullscreen attribute is not set correctly? -- Julien Danjou // ᐰ <[email protected]> http://julien.danjou.info
pgp9zXCHjooOB.pgp
Description: PGP signature
