You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
From the conclusion of working on #238 it's apparent that there's never a need to have dynamic allocation for the manager handlers. The state can easily be stored in the Compositor state, which is allocated once at the start of the program, and you can only ever have one variant of the manager handlers since you don't want to manage the same resource twice.
The api should change to look like this (this is xdg_shell_v6_test translated over):
From the conclusion of working on #238 it's apparent that there's never a need to have dynamic allocation for the manager handlers. The state can easily be stored in the Compositor state, which is allocated once at the start of the program, and you can only ever have one variant of the manager handlers since you don't want to manage the same resource twice.
The api should change to look like this (this is xdg_shell_v6_test translated over):
The text was updated successfully, but these errors were encountered: