]> www.fi.muni.cz Git - evince.git/blobdiff - backend/dvi/mdvi-lib/bitmap.h
a11: using ATK_ROLE_DOCUMENT_FRAME it's more correct
[evince.git] / backend / dvi / mdvi-lib / bitmap.h
index 4d5f23ace96b6792152b2d2e0b2d2982d9047a76..4d98fecd87cede0e7b500249ffd29293a77c346b 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 #ifndef _BITMAP_H
 #define _BITMAP_H 1
  */
 #ifndef _BITMAP_H
 #define _BITMAP_H 1
@@ -136,8 +136,8 @@ extern void bitmap_rotate_clockwise __PROTO((BITMAP *));
 extern void bitmap_rotate_counter_clockwise __PROTO((BITMAP *));
 extern void bitmap_flip_rotate_clockwise __PROTO((BITMAP *));
 extern void bitmap_flip_rotate_counter_clockwise __PROTO((BITMAP *));
 extern void bitmap_rotate_counter_clockwise __PROTO((BITMAP *));
 extern void bitmap_flip_rotate_clockwise __PROTO((BITMAP *));
 extern void bitmap_flip_rotate_counter_clockwise __PROTO((BITMAP *));
-extern BITMAP *bitmap_convert_lsb8 __PROTO((Uchar *, int, int));
-extern BITMAP *bitmap_convert_msb8 __PROTO((Uchar *, int, int));
+extern BITMAP *bitmap_convert_lsb8 __PROTO((Uchar *, int, int, int));
+extern BITMAP *bitmap_convert_msb8 __PROTO((Uchar *, int, int, int));
 
 #include <stdio.h>
 extern void    bitmap_print __PROTO((FILE *, BITMAP *));
 
 #include <stdio.h>
 extern void    bitmap_print __PROTO((FILE *, BITMAP *));