Fix GDK window extents mouse offset

kind of...? Should work more or less
This commit is contained in:
vaxerski
2022-05-10 11:01:03 +02:00
parent ddab8e60dc
commit 96819c8ab9
5 changed files with 17 additions and 5 deletions

View File

@@ -102,4 +102,7 @@ namespace Events {
// Inhibit
LISTENER(InhibitActivate);
LISTENER(InhibitDeactivate);
// Deco XDG
LISTENER(NewXDGDeco);
};