Difference for arch/linux/ggi/gr.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 8
 
Line 8
 #include "u_mem.h"  #include "u_mem.h"
 #include "error.h"  #include "error.h"
   
   #include "gamefont.h"
   
 int gr_installed = 0;  int gr_installed = 0;
 void *screenbuffer;  void *screenbuffer;
   
Line 108
 
Line 110
  }   }
   
  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.1 
line(s) changed
 line(s) added in v.1.2