mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
13 lines
302 B
C
13 lines
302 B
C
|
#pragma once
|
||
|
|
||
|
#include "gskgputypesprivate.h"
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
void gsk_gpu_blend_op (GskGpuFrame *frame,
|
||
|
GskGpuBlend blend);
|
||
|
|
||
|
|
||
|
G_END_DECLS
|
||
|
|