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