]> source.dussan.org Git - tigervnc.git/commitdiff
MinGW tweak: ISO C++ forbids declaration of `abs' with no type
authorPeter Åstrand <astrand@cendio.se>
Tue, 9 Dec 2008 10:33:23 +0000 (10:33 +0000)
committerPeter Åstrand <astrand@cendio.se>
Tue, 9 Dec 2008 10:33:23 +0000 (10:33 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3327 3789f03b-4d11-0410-bbf8-ca57d06f2519

win/rfb_win32/CPointer.cxx

index 3d0d9342540dedeecd5d85cb1a6a3cf6bb13af0b..2e9065f95da3ad587777372512df386130e91b9d 100644 (file)
@@ -54,7 +54,7 @@ void CPointer::pointerEvent(InputHandler* writer, const Point& pos, int buttonMa
 }
 
 
-inline abs(int x) {return x>0 ? x : 0;}
+inline int abs(int x) {return x>0 ? x : 0;}
 
 int emulate3Mask(int buttonMask) {
   // - Release left & right and press middle