Abraham Hamidi

Results 4 issues of Abraham Hamidi

The current wording implies the next call to `has_wrapped()` after `clear_current()` always returns false. According to the arm docs this is not always true: ![image](https://github.com/user-attachments/assets/cc42de1d-505f-4889-bf8a-cea854c2ab93)

**Problem** The scale factor of a fullscreen window on secondary monitor is read as the scale factor as the main monitor unless `.with_position()` is set explicitly in the window configuration....

bug

I modified the multiwindow with tray example: ``` //! Multiwindow with tray icon example //! //! This example shows how to implement a simple multiwindow application and tray icon using...

bug