caffeinepills
caffeinepills
I ended up installing WSL. After some testing, while the window does give the extents of the window, the actual issue is the `set_location`. `XMoveWindow` seems to ignore any x,...
I think this kind of makes sense. When the window size changes, it is essentially blocking the application until the resize is done. By queueing a move then resize, you...
I can't reproduce second issue on latest development branch since the initial issue was fixed, using example provided. Windows 11 Pro 22H2 Intel Core i7 1270p Intel Iris XE card.
Thanks for the report! Looks like your Windows install is either blocking the WMI query, missing something, or corrupt. I will add some checks to bail out of the function...
Hello, please provide `python -m pyglet.info` output as there is currently too little system information to go off of. Including if this is a Macbook, year/model, and how many displays.
With 2.1 we added DPI aware windows, but there are many different ways to determine the usage. If you are using 2.1, can you try using `pyglet.options.dpi_scaling = 'stretch'` or...
That's interesting. The Display ID's on my system are low, like 1 and 2, but I don't see why large numbers shouldn't work. However, it is concerning the CG Display...
@nagyj2 Are you able to try my branch by chance?
I tried this, but seems okay for me using your example:  (I did have to add double_buffering to the config) I am also using Windows 10. However, it seems...
I am closing this because there has not been a response. However [v2.1.8](https://github.com/pyglet/pyglet/releases/tag/v2.1.8) has improved transparent framebuffer support and fixed a few issues I found.