include <window.h> instead of <property.h>

<property.h> is deprecated any going to be removed - the only thing
we need from it is PropertyPtr typedef, which can also be reached
via <window.h>

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-20 12:46:59 +01:00
committed by Enrico Weigelt
parent 4b8b9a5cdc
commit d5dbe00b84

View File

@@ -19,7 +19,7 @@
/* identifying atom needed by magnifiers */
#include <X11/Xatom.h>
#include "property.h"
#include "window.h"
#include "xf86cmap.h"