aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/include/proto/gip.h6
1 files changed, 3 insertions, 3 deletions
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 :*/