summaryrefslogtreecommitdiff
path: root/atari/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/gui.c')
-rwxr-xr-xatari/gui.c4
1 files changed, 2 insertions, 2 deletions
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 );