~ubuntu-branches/ubuntu/oneiric/ratpoison/oneiric

« back to all changes in this revision

Viewing changes to src/conf.h

  • Committer: Bazaar Package Importer
  • Author(s): Bernhard R. Link
  • Date: 2007-10-07 11:29:55 UTC
  • mfrom: (0.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071007112955-5te8gsuuha3y9tmi
Tags: 1.4.2-1
* new upstream version
- obsoletes restorededication.patch, memoryhole.patch,
  noabortonvoncerterror.diff, nodoubleclassreading.diff,
  nodoubleclassreading.diff, utf8locale.diff
- mimic emacs X key naming more closely. A modifier being both
  Hyper and Super should only be treated as one and not as both
  (Closes: 419882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
 
122
122
/* The default font */
123
123
#define DEFAULT_FONT "-*-fixed-bold-r-normal-*-15-*-*-*-c-*-*-*"
 
124
#define BACKUP_FONT "*"
 
125
 
 
126
/* maximum xvsprintf result string length for systems with pre-C99 snprintf:
 
127
 * on errors that are either permanent or cannot be distinguished from those
 
128
 * as libc's snprintf might by returning -1 for too small buffers, at most
 
129
 * the double of this value is tried before giving up */
 
130
#define MAX_LEGACY_SNPRINTF_SIZE 102400
124
131
 
125
132
#endif /* !_ _RATPOISON_CONF_H */