From 052ca1dc143b1df2800f9c4e43daf80c96fb472e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 11 Mar 2015 13:08:23 +0100 Subject: Refactor ; add default font (8x16 standard VGA font). --- src/lib/include/proto/gip.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/include/proto/gip.h b/src/lib/include/proto/gip.h index f79e29f..ca8b868 100644 --- a/src/lib/include/proto/gip.h +++ b/src/lib/include/proto/gip.h @@ -104,15 +104,15 @@ typedef struct { typedef struct { token_t tok; - framebuffer_info_t geom; + fb_info_t geom; } gip_buffer_info_msg; typedef struct { - framebuffer_info_t geom; + fb_info_t geom; } gip_mode_info_msg; typedef struct { - uint32_t x, y, w, h; + fb_region_t region; } gip_buffer_damage_msg; /* vim: set ts=4 sw=4 tw=0 noet :*/ -- cgit v1.2.3