Reimported scaling

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-11-20 10:46:30 +01:00
parent 927d0134c7
commit a9d407a81e
8 changed files with 490 additions and 26 deletions

View file

@ -104,4 +104,7 @@ extern grub_uint32_t grub_xnu_heap_real_start;
extern grub_size_t grub_xnu_heap_size;
extern char *grub_xnu_heap_start;
extern struct grub_video_bitmap *grub_xnu_bitmap;
typedef enum {GRUB_XNU_BITMAP_CENTER, GRUB_XNU_BITMAP_STRETCH}
grub_xnu_bitmap_mode_t;
extern grub_xnu_bitmap_mode_t grub_xnu_bitmap_mode;
#endif