dbe: use window position notify hook

Wrapping ScreenRec's function pointers is problematic for many reasons,
so use the new window position notify hook instead.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-09-25 21:19:47 +02:00
parent 9dad5500ac
commit 669391f477
6 changed files with 24 additions and 67 deletions

View File

@@ -48,6 +48,8 @@
#ifndef _COMPINT_H_
#define _COMPINT_H_
#include "dix/screen_hooks_priv.h"
#include "misc.h"
#include "scrnintstr.h"
#include "os.h"