mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
randr: move over public SDK headers to include/
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
91a93a8b2d
commit
fbb0983e2b
@@ -464,6 +464,8 @@ if build_xorg
|
||||
'privates.h',
|
||||
'property.h',
|
||||
'ptrveloc.h',
|
||||
'randrstr.h',
|
||||
'rrtransform.h',
|
||||
'region.h',
|
||||
'regionstr.h',
|
||||
'resource.h',
|
||||
|
||||
@@ -15,11 +15,6 @@ srcs_randr = [
|
||||
'rrtransform.c',
|
||||
]
|
||||
|
||||
hdrs_randr = [
|
||||
'randrstr.h',
|
||||
'rrtransform.h',
|
||||
]
|
||||
|
||||
if build_xinerama
|
||||
srcs_randr += 'rrxinerama.c'
|
||||
endif
|
||||
@@ -29,7 +24,3 @@ libxserver_randr = static_library('xserver_randr',
|
||||
include_directories: inc,
|
||||
dependencies: common_dep,
|
||||
)
|
||||
|
||||
if build_xorg
|
||||
install_data(hdrs_randr, install_dir: xorgsdkdir)
|
||||
endif
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
*/
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "include/rrtransform.h"
|
||||
#include "randr/randrstr_priv.h"
|
||||
#include "randr/rrtransform.h"
|
||||
|
||||
void
|
||||
RRTransformInit(RRTransformPtr transform)
|
||||
|
||||
Reference in New Issue
Block a user