~ubuntu-branches/debian/stretch/grub2/stretch

« back to all changes in this revision

Viewing changes to video/emu/sdl.c

Tags: upstream-1.98+20100705
ImportĀ upstreamĀ versionĀ 1.98+20100705

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
static struct grub_video_adapter grub_video_sdl_adapter =
201
201
  {
202
202
    .name = "SDL Video Driver",
 
203
    .id = GRUB_VIDEO_DRIVER_SDL,
 
204
 
 
205
    .prio = GRUB_VIDEO_ADAPTER_PRIO_FIRMWARE,
203
206
 
204
207
    .init = grub_video_sdl_init,
205
208
    .fini = grub_video_sdl_fini,