Difference for arch/ogl/include/ogl_init.h from version 1.18 to 1.19


version 1.18 version 1.19
Line 142
 
Line 142
 void ogl_urect(int left,int top,int right,int bot);  void ogl_urect(int left,int top,int right,int bot);
 bool ogl_ubitmapm_c(int x, int y,grs_bitmap *bm,int c);  bool ogl_ubitmapm_c(int x, int y,grs_bitmap *bm,int c);
 bool ogl_ubitmapm(int x, int y,grs_bitmap *bm);  bool ogl_ubitmapm(int x, int y,grs_bitmap *bm);
   bool ogl_ubitblt_i(int dw,int dh,int dx,int dy, int sw, int sh, int sx, int sy, grs_bitmap * src, grs_bitmap * dest);
 bool ogl_ubitblt(int w,int h,int dx,int dy, int sx, int sy, grs_bitmap * src, grs_bitmap * dest);  bool ogl_ubitblt(int w,int h,int dx,int dy, int sx, int sy, grs_bitmap * src, grs_bitmap * dest);
 bool ogl_ubitblt_tolinear(int w,int h,int dx,int dy, int sx, int sy, grs_bitmap * src, grs_bitmap * dest);  bool ogl_ubitblt_tolinear(int w,int h,int dx,int dy, int sx, int sy, grs_bitmap * src, grs_bitmap * dest);
 bool ogl_ubitblt_copy(int w,int h,int dx,int dy, int sx, int sy, grs_bitmap * src, grs_bitmap * dest);  bool ogl_ubitblt_copy(int w,int h,int dx,int dy, int sx, int sy, grs_bitmap * src, grs_bitmap * dest);

Legend:
line(s) removed in v.1.18 
line(s) changed
 line(s) added in v.1.19