source: MondoRescue/branches/2.05/mondo/mondo/common/X-specific.c@ 144

Last change on this file since 144 was 128, checked in by bcornec, 18 years ago

indent on all the C code

  • Property svn:keywords set to Id
File size: 971 bytes
Line 
1/* X-specific.c
2
3
4- subroutines which do display-type things
5 and use the Qt library to do them
6
710/04
8- took out the newt-related subroutines
9
1009/12
11- created
12*/
13
14
15#include "my-stuff.h"
16#include "mondostructures.h"
17#include "X-specific.h"
18#include "libmondo-string-EXT.h"
19#include "libmondo-files-EXT.h"
20#include "libmondo-tools-EXT.h"
21#include "libmondo-fork-EXT.h"
22#include "libmondo-gui-EXT.h"
23#include "lib-common-externs.h"
24
25
26
27
28char err_log_lines[NOOF_ERR_LINES][MAX_STR_LEN],
29 g_blurb_str_1[MAX_STR_LEN] = "", g_blurb_str_2[MAX_STR_LEN] =
30 "", g_blurb_str_3[MAX_STR_LEN] = "";
31
32
33long g_isoform_starttime;
34int g_isoform_old_progress = -1;
35char g_isoform_header_str[MAX_STR_LEN];
36int g_mysterious_dot_counter;
37
38int g_currentY = 3; /* purpose */
39int g_current_media_number;
40
41long g_maximum_progress = 999; /* purpose */
42long g_current_progress = -999; /* purpose */
43long g_start_time = 0; /* purpose */
44bool g_text_mode = TRUE;
45
46
47extern pid_t g_mastermind_pid;
Note: See TracBrowser for help on using the repository browser.