Subversion Repositories Kolibri OS

Rev

Rev 7983 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7983 Rev 8097
Line 1... Line 1...
1
(*
1
(*
2
    Copyright 2016, 2018 KolibriOS team
2
    Copyright 2016, 2018, 2020 KolibriOS team
Line 3... Line 3...
3
 
3
 
4
    This program is free software: you can redistribute it and/or modify
4
    This program is free software: you can redistribute it and/or modify
5
    it under the terms of the GNU Lesser General Public License as published by
5
    it under the terms of the GNU Lesser General Public License as published by
6
    the Free Software Foundation, either version 3 of the License, or
6
    the Free Software Foundation, either version 3 of the License, or
Line 201... Line 201...
201
;;================================================================================================;;
201
;;================================================================================================;;
202
  *)
202
  *)
Line 203... Line 203...
203
 
203
 
204
 
204
 
205
 
205
 
206
    img_create         *: PROCEDURE (width, height, type: INTEGER): INTEGER;
206
    img_create         *: PROCEDURE (width, height, _type: INTEGER): INTEGER;
207
(*
207
(*
208
;;------------------------------------------------------------------------------------------------;;
208
;;------------------------------------------------------------------------------------------------;;