diff options
Diffstat (limited to 'src/gui/gui-status.c')
-rw-r--r-- | src/gui/gui-status.c | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/gui/gui-status.c b/src/gui/gui-status.c new file mode 100644 index 000000000..1347b5bc2 --- /dev/null +++ b/src/gui/gui-status.c @@ -0,0 +1,27 @@ +/* + * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * See README for License detail, AUTHORS for developers list. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +/* gui-status.c: status functions, used by all GUI */ + + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + + +int gui_status_refresh_needed = 0; /* refresh needed for status bar ? */ |