"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "gmemusage-0.2/defaults.h" of archive gmemusage-0.2.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 /*
    2  * defaults.h
    3  * Setup X defaults for the gmemusage program
    4  */
    5 #define MaxColors 9
    6 #define ThreshholdDelta 10
    7 #define DefaultBorder 10
    8 /*
    9  * Defined in gmemusage.c
   10  */
   11 extern char
   12    progname [] ;
   13 /*
   14  * Defined in resource.c
   15  */
   16 extern char
   17    *dGeometry ,
   18    *dDisplay ,
   19    *dFont ,
   20    *dForeground ,
   21    *dBackground ,
   22    *dColor[MaxColors] ;
   23 extern int
   24    dnColors ,
   25    dUpdate ,
   26    dThreshhold ;
   27 extern void
   28    GetInitialResources ( int *argc , char **argv ) ,
   29    GetResources ( Display *display , int argc , char **argv ) ;