~ubuntu-branches/ubuntu/trusty/libcdk5/trusty

« back to all changes in this revision

Viewing changes to include/cdk_params.h

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-06-06 03:54:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070606035431-ba4gdvw0h6ybffsu
Tags: 5.0.20060507-1
* New upstream release.
* Fixed header patching.  Patch from Robert Schiele.
  Closes: #402978, #416336.
* Update widget count in description.  Closes: #294709.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: cdk_params.h,v 1.5 2003/12/06 14:15:56 tom Exp $
 
2
 * $Id: cdk_params.h,v 1.6 2005/12/27 14:08:18 tom Exp $
3
3
 */
4
4
 
5
5
#ifndef CDKINCLUDES
17
17
#endif
18
18
 
19
19
/*
20
 
 * Copyright 2003, Thomas E. Dickey
 
20
 * Copyright 2003,2005 Thomas E. Dickey
21
21
 * All rights reserved.
22
22
 *
23
23
 * Redistribution and use in source and binary forms, with or without
60
60
#define CDK_CLI_PARAMS  "NSX:Y:H:W:"
61
61
 
62
62
/*
 
63
 * Use this exit code rather than -1 for cli programs which have reported an
 
64
 * error.  Actually EXIT_FAILURE would be better, but the shell script samples
 
65
 * all are written to assume that the exit code can be used to indicate a
 
66
 * button number, etc.
 
67
 */
 
68
#define CLI_ERROR       255
 
69
 
 
70
/*
63
71
 * This records the values that CDKparseParams() decodes using getopt():
64
72
 */
65
73
typedef struct CDK_PARAMS {