Move common types to types.h

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2018-10-21 02:56:50 +01:00
parent 3ffc0c77ed
commit e13bc7fc51
3 changed files with 35 additions and 25 deletions

View File

@@ -5,6 +5,7 @@
#include <pixman.h>
#include <stdio.h>
#include "utils.h"
typedef struct pixman_region32 pixman_region32_t;
typedef struct pixman_box32 pixman_box32_t;
typedef pixman_region32_t region_t;