mirror of
https://github.com/X11Libre/xf86-video-dummy.git
synced 2026-03-24 01:24:47 +00:00
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:
committed by
Enrico Weigelt
parent
4b8b9a5cdc
commit
d5dbe00b84
@@ -19,7 +19,7 @@
|
||||
|
||||
/* identifying atom needed by magnifiers */
|
||||
#include <X11/Xatom.h>
|
||||
#include "property.h"
|
||||
#include "window.h"
|
||||
|
||||
#include "xf86cmap.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user