odyaka341 / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[PATCH] set_location() is incorrect for tiling (non-reparenting) window managers #599

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
set_location in X11 was assuming that the window would be re-parented.  Added a 
check to see if the root window is the parent window, and if so, the window was 
not re-parented.

Original issue reported on code.google.com by an...@andred.ca on 27 Jul 2012 at 2:49

Attachments:

GoogleCodeExporter commented 8 years ago
Someone with a re-parenting window manager should verify that the check works 
as expected.

Original comment by an...@andred.ca on 27 Jul 2012 at 2:50

GoogleCodeExporter commented 8 years ago
By works as expected, on a tiling window manger (KDE, etc) it should return 
True and not False like it does in my window manager.

Original comment by an...@andred.ca on 27 Jul 2012 at 2:53

GoogleCodeExporter commented 8 years ago
Tested on my laptop on Unity, works

Original comment by an...@andred.ca on 27 Jul 2012 at 3:17

GoogleCodeExporter commented 8 years ago
Thanks for the patch, applied in rev. 37270a64e461

Original comment by andreas....@gmail.com on 3 Aug 2012 at 7:13