diff options
Diffstat (limited to 'com32/lib/sys/vesa/video.h')
-rw-r--r-- | com32/lib/sys/vesa/video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/lib/sys/vesa/video.h b/com32/lib/sys/vesa/video.h index 764228a0..d14494b1 100644 --- a/com32/lib/sys/vesa/video.h +++ b/com32/lib/sys/vesa/video.h @@ -92,4 +92,6 @@ void __vesacon_set_cursor(int, int, bool); void __vesacon_copy_to_screen(size_t, const uint32_t *, size_t); void __vesacon_init_copy_to_screen(void); +int __vesacon_i915resolution(int x, int y); + #endif /* LIB_SYS_VESA_VIDEO_H */ |