mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +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',
|
'privates.h',
|
||||||
'property.h',
|
'property.h',
|
||||||
'ptrveloc.h',
|
'ptrveloc.h',
|
||||||
|
'randrstr.h',
|
||||||
|
'rrtransform.h',
|
||||||
'region.h',
|
'region.h',
|
||||||
'regionstr.h',
|
'regionstr.h',
|
||||||
'resource.h',
|
'resource.h',
|
||||||
|
|||||||
@@ -15,11 +15,6 @@ srcs_randr = [
|
|||||||
'rrtransform.c',
|
'rrtransform.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
hdrs_randr = [
|
|
||||||
'randrstr.h',
|
|
||||||
'rrtransform.h',
|
|
||||||
]
|
|
||||||
|
|
||||||
if build_xinerama
|
if build_xinerama
|
||||||
srcs_randr += 'rrxinerama.c'
|
srcs_randr += 'rrxinerama.c'
|
||||||
endif
|
endif
|
||||||
@@ -29,7 +24,3 @@ libxserver_randr = static_library('xserver_randr',
|
|||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
dependencies: common_dep,
|
dependencies: common_dep,
|
||||||
)
|
)
|
||||||
|
|
||||||
if build_xorg
|
|
||||||
install_data(hdrs_randr, install_dir: xorgsdkdir)
|
|
||||||
endif
|
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
*/
|
*/
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
|
|
||||||
|
#include "include/rrtransform.h"
|
||||||
#include "randr/randrstr_priv.h"
|
#include "randr/randrstr_priv.h"
|
||||||
#include "randr/rrtransform.h"
|
|
||||||
|
|
||||||
void
|
void
|
||||||
RRTransformInit(RRTransformPtr transform)
|
RRTransformInit(RRTransformPtr transform)
|
||||||
|
|||||||
Reference in New Issue
Block a user