source: MondoRescue/trunk/mondo/mondo/common/X-specific.c@ 30

Last change on this file since 30 was 30, checked in by bcornec, 19 years ago

Id property added on files to allow for better conf. management

  • Property svn:keywords set to Id
File size: 972 bytes
RevLine 
[1]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], g_blurb_str_1[MAX_STR_LEN] =
29 "", g_blurb_str_2[MAX_STR_LEN] = "", g_blurb_str_3[MAX_STR_LEN] = "";
30
31
32long g_isoform_starttime;
33int g_isoform_old_progress = -1;
34char g_isoform_header_str[MAX_STR_LEN];
35int g_mysterious_dot_counter;
36
37int g_currentY = 3; /* purpose */
38int g_current_media_number;
39
40long g_maximum_progress = 999; /* purpose */
41long g_current_progress = -999; /* purpose */
42long g_start_time = 0; /* purpose */
43bool g_text_mode = TRUE;
44
45
46extern pid_t g_mastermind_pid;
47
48
49
50
Note: See TracBrowser for help on using the repository browser.