render: move over public SDK headers to include/

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-02-12 15:05:41 +01:00
committed by Enrico Weigelt
parent 0edeb0e34e
commit 25fc1a02f5
7 changed files with 5 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
#include <X11/extensions/renderproto.h>
#include "include/fbpict.h"
#include "render/picture.h"
#include "include/picture.h"
void fbRasterizeTrapezoid(PicturePtr alpha, xTrapezoid *trap,
int x_off, int y_off);

View File

@@ -472,6 +472,10 @@ if build_xorg
'opaque.h',
'optionstr.h',
'os.h',
'glyphstr.h',
'mipict.h',
'picture.h',
'picturestr.h',
'present.h',
'pixmap.h',
'pixmapstr.h',

View File

@@ -12,19 +12,8 @@ srcs_render = [
'render.c',
]
hdrs_render = [
'glyphstr.h',
'mipict.h',
'picture.h',
'picturestr.h',
]
libxserver_render = static_library('xserver_render',
srcs_render,
include_directories: inc,
dependencies: common_dep,
)
if build_xorg
install_data(hdrs_render, install_dir: xorgsdkdir)
endif