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

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

asprint and getline now added

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