mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-14 03:35:52 +00:00
Remove last cairo use from canvas_base
This commit is contained in:
parent
7992266ccf
commit
e995040b1e
@ -17,7 +17,6 @@
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <cairo.h>
|
||||
#include <stdlib.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdio.h>
|
||||
@ -91,8 +90,6 @@ typedef struct __attribute__ ((__packed__)) LZImage {
|
||||
};
|
||||
} LZImage;
|
||||
|
||||
static const cairo_user_data_key_t pixman_data_type = {0};
|
||||
|
||||
static inline int fix_to_int(SPICE_FIXED28_4 fixed)
|
||||
{
|
||||
int val, rem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user