summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
Diffstat (limited to 'atari')
-rwxr-xr-xatari/gui.c4
-rwxr-xr-xatari/hotlist.c1
2 files changed, 2 insertions, 3 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 );
diff --git a/atari/hotlist.c b/atari/hotlist.c
index 18d016e49..68e5c31aa 100755
--- a/atari/hotlist.c
+++ b/atari/hotlist.c
@@ -120,7 +120,6 @@ void hotlist_init(void)
hotlist_initialise(
hl.tv->tree,
- /* TODO: use option_hotlist_file or slt*/
(char*)&hl.path,
"dir.png"
);