Difference for arch/linux/svgalib/gr.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 12
 
Line 12
 #include <vgamouse.h>  #include <vgamouse.h>
 #endif  #endif
   
   #include "gamefont.h"
   
 int gr_installed = 0;  int gr_installed = 0;
 int usebuffer;  int usebuffer;
   
Line 123
 
Line 125
  grd_curscreen->sc_canvas.cv_bitmap.bm_type = BM_LINEAR;   grd_curscreen->sc_canvas.cv_bitmap.bm_type = BM_LINEAR;
  grd_curscreen->sc_canvas.cv_bitmap.bm_data = framebuffer;   grd_curscreen->sc_canvas.cv_bitmap.bm_data = framebuffer;
  gr_set_current_canvas(NULL);   gr_set_current_canvas(NULL);
   
    gamefont_choose_game_font(w,h);
   
  return 0;   return 0;
 }  }
   

Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6