mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +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
|
||
|
|