mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2025-09-02 03:38:55 +00:00
7 lines
119 B
C
7 lines
119 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <glib.h>
|
|
#include "pixman.h"
|
|
|
|
void show_image (pixman_image_t *image);
|