1 --- pixmap.c.orig 2003-03-17 01:32:40.000000000 +0300 2 +++ pixmap.c 2013-08-28 22:15:03.677227606 +0400 3 @@ -390,7 +390,7 @@ 4 likes it in the file. Still need to fix this in autoconf, 5 but for now this will do. */ 6 #if !defined (WIN32) 7 -inline int 8 +int 9 pixmap_index (int x, int y) 10 { 11 return y*pixmap_width + x; 12