mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
44d977844b
These tests come in two variants. The first takes .node and .offload file, parses the node file, and compares the resulting subsurface attachments to expected results. The second variant takes two .node/.offload file pairs and a .diff file, parses the node files, compares the resulting subsurface attachments, and then diffs the nodes, comparing the resulting area to the region in the .diff file.
7 lines
174 B
C
7 lines
174 B
C
#pragma once
|
|
|
|
#include "gsk/gsk.h"
|
|
|
|
GskRenderNode * gsk_render_node_attach (const GskRenderNode *node,
|
|
GdkSurface *surface);
|