diff options
Diffstat (limited to 'src/user/lib/draw/draw.h')
-rw-r--r-- | src/user/lib/draw/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/lib/draw/draw.h b/src/user/lib/draw/draw.h index 98316fe..5e614be 100644 --- a/src/user/lib/draw/draw.h +++ b/src/user/lib/draw/draw.h @@ -8,7 +8,7 @@ struct framebuf { uint8_t bpp; char *b; - handle_t fd; + hid_t fd; }; struct rect { uint32_t x1, y1, x2, y2; }; |