Skip to content

Commit e232f6d

Browse files
committed
Fix build error
1 parent aa3ecc6 commit e232f6d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

kos/cpp.hint

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2903,4 +2903,3 @@
29032903
void libvideo_swgfx_preblend__fillstretchmask_l__##n(struct video_gfx const*__restrict self,video_coord_t dst_x,video_coord_t dst_y,video_dim_t dst_size_x,video_dim_t dst_size_y,video_color_t const bg_fg_colors[2],video_dim_t src_size_x,video_dim_t src_size_y,struct video_bitmask const*__restrict bm){}\
29042904
void libvideo_swgfx_preblend__fillstretchmask_n__##n(struct video_gfx const*__restrict self,video_coord_t dst_x,video_coord_t dst_y,video_dim_t dst_size_x,video_dim_t dst_size_y,video_color_t const bg_fg_colors[2],video_dim_t src_size_x,video_dim_t src_size_y,struct video_bitmask const*__restrict bm){}
29052905
#define GFX_FOREACH_DEDICATED_PREBLENDMODE(cb)cb(alpha,0,alpha_premultiplied,gfx_preblend_alpha)cb(alpha_factor,0,alpha_premultiplied,gfx_preblend_alpha_factor)cb(alpha_override,0,alpha_premultiplied,gfx_preblend_alpha_override)cb(add,0,add_premultiplied,gfx_preblend_add)
2906-
#define local_window_vector_foreach(...)

kos/src/_verify/include-everything.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,22 +1203,24 @@ incdir("");
12031203
#include <libunwind/unwind.h>
12041204
#include <libutil.h>
12051205
#include <libvideo/codec/api.h>
1206+
#include <libvideo/codec/codecs-extra.h>
12061207
#include <libvideo/codec/codecs.h>
12071208
#include <libvideo/codec/format.h>
12081209
#include <libvideo/codec/palette.h>
12091210
#include <libvideo/codec/pixel.h>
12101211
#include <libvideo/codec/types.h>
1212+
#include <libvideo/compositor/api.h>
1213+
#include <libvideo/compositor/compositor.h>
12111214
#include <libvideo/gfx/anim.h>
12121215
#include <libvideo/gfx/api.h>
12131216
#include <libvideo/gfx/blend.h>
12141217
#include <libvideo/gfx/blendcolors.h>
12151218
#include <libvideo/gfx/buffer.h>
1219+
#include <libvideo/gfx/display.h>
12161220
#include <libvideo/gfx/font.h>
12171221
#include <libvideo/gfx/fonts/tlft.h>
12181222
#include <libvideo/gfx/gfx.h>
12191223
#include <libvideo/gfx/screen.h>
1220-
#include <libvideo/window/api.h>
1221-
#include <libvideo/window/window.h>
12221224
#include <libvio/access.h>
12231225
#include <libvio/api.h>
12241226
#include <libvio/userviofd.h>

0 commit comments

Comments
 (0)