~ubuntu-branches/debian/squeeze/gnome-terminal/squeeze

« back to all changes in this revision

Viewing changes to src/terminal-debug.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-05-04 09:37:18 UTC
  • mfrom: (1.5.1 upstream) (10.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100504093718-u14jqygc9o15vmmg
Tags: 2.30.1-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  TERMINAL_DEBUG_FACTORY    = 1 << 2,
32
32
  TERMINAL_DEBUG_GEOMETRY   = 1 << 3,
33
33
  TERMINAL_DEBUG_MDI        = 1 << 4,
34
 
  TERMINAL_DEBUG_PROFILE    = 1 << 5,
 
34
  TERMINAL_DEBUG_PROCESSES  = 1 << 5,
 
35
  TERMINAL_DEBUG_PROFILE    = 1 << 6
35
36
} TerminalDebugFlags;
36
37
 
37
38
void _terminal_debug_init(void);