Browse Source

fixed accuracy

naelstrof 11 years ago
parent
commit
98c819a0ec
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      main.cpp

+ 2
- 2
main.cpp View File

179
                     if ( w > tolerance || h > tolerance || xengine->m_hoverXWindow == None ) {
179
                     if ( w > tolerance || h > tolerance || xengine->m_hoverXWindow == None ) {
180
                         printf( "X=%i\n", x );
180
                         printf( "X=%i\n", x );
181
                         printf( "Y=%i\n", y );
181
                         printf( "Y=%i\n", y );
182
-                        printf( "W=%i\n", w + 1 );
183
-                        printf( "H=%i\n", h + 1 );
182
+                        printf( "W=%i\n", w );
183
+                        printf( "H=%i\n", h );
184
                         break;
184
                         break;
185
                     }
185
                     }
186
                 }
186
                 }