misc_gui.c
changeset 1009 75140dc68759
parent 998 c90459c24842
child 1093 4fdc46eaf423
equal deleted inserted replaced
1008:14247d873085 1009:75140dc68759
    14 #include "network.h"
    14 #include "network.h"
    15 
    15 
    16 #include "hal.h" // for file list
    16 #include "hal.h" // for file list
    17 
    17 
    18 bool _query_string_active;
    18 bool _query_string_active;
    19 void SetFiosType(const byte fiostype);
       
    20 
    19 
    21 /* Now this is what I call dirty.. the edit-box needs to be rewritten! */
    20 /* Now this is what I call dirty.. the edit-box needs to be rewritten! */
    22 static bool _do_edit_on_text_even_when_no_change_to_edit_box;
    21 static bool _do_edit_on_text_even_when_no_change_to_edit_box;
    23 
    22 
    24 typedef struct LandInfoData {
    23 typedef struct LandInfoData {