~ubuntu-core-dev/ubuntu/trusty/grub2/trusty

« back to all changes in this revision

Viewing changes to docs/grub-dev.texi

  • Committer: Colin Watson
  • Date: 2013-08-15 09:03:10 UTC
  • mfrom: (1892.1.816 grub2)
  • Revision ID: cjwatson@canonical.com-20130815090310-eqlakfggrnkp5xol
merge from Debian 2.00-16

Show diffs side-by-side

added added

removed removed

Lines of Context:
1394
1394
 
1395
1395
@node Bitmap API
1396
1396
@section Bitmap API
1397
 
@itemize
1398
1397
@subsection grub_video_bitmap_create
 
1398
@itemize
1399
1399
@item Prototype:
1400
1400
@example
1401
1401
grub_err_t grub_video_bitmap_create (struct grub_video_bitmap **bitmap, unsigned int width, unsigned int height, enum grub_video_blit_format blit_format)