IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2005, 8:27:19 AM (21 years ago)
Author:
eugene
Message:

added weight and type to lines, defined -noX option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/setup/DefineLayout.c

    r4769 r5612  
    55void DefineLayout (int argc, char **argv) {
    66
    7   int i, status, N, FOREGROUND;
     7  int i, status, N;
    88  struct sockaddr_un Address;
    99  char temp[100];
    1010 
    11   if ((N = get_argument (argc, argv, "-debug"))) {
    12     remove_argument(N, &argc, argv);
    13     DEBUG = TRUE;
    14   } else {
    15     DEBUG = FALSE;
    16   }
    17 
    18   FOREGROUND = FALSE;
    19   if ((N = get_argument (argc, argv, "-fg"))) {
    20     remove_argument(N, &argc, argv);
    21     FOREGROUND = TRUE;
    22   }
    23 
    2411  /** initiate connection with server **/
    2512  if (!FOREGROUND) {   
     
    4229
    4330  InitRotFonts ();
    44   MakeColormap (argc, argv);
    4531
    4632  /** set up defaults for display region **/
Note: See TracChangeset for help on using the changeset viewer.