From def39ad61001fdd49ba53c75e9e2c2671d040aa9 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 26 Aug 2012 23:01:55 +0200 Subject: Removed comment --- atari/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atari/gui.c') diff --git a/atari/gui.c b/atari/gui.c index 8478bd3b8..deb28df17 100755 --- a/atari/gui.c +++ b/atari/gui.c @@ -119,9 +119,9 @@ void gui_poll(bool active) next_poll = clock() + (CLOCKS_PER_SEC>>3); } } else { - if( input_window != NULL ){ + if (input_window != NULL) { wind_get( 0, WF_TOP, &winloc[0], &winloc[1], &winloc[2], &winloc[3]); - if( winloc[1] == _AESapid ){ + if (winloc[1] == _AESapid) { /* only check for mouse move when netsurf is on top: */ // move that into m1 event handler graf_mkstate( &mx, &my, &dummy, &dummy ); -- cgit v1.2.3