~ubuntu-branches/ubuntu/vivid/basilisk2/vivid

« back to all changes in this revision

Viewing changes to src/MacOSX/Controller.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-03-06 19:33:01 UTC
  • mfrom: (2.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080306193301-cc2ofn705nfsq3y0
Tags: 0.9.20070407-4
* Update copyright-check cdbs snippet to parse licensecheck using perl:
  + No longer randomly drops newlines
  + More compact hint file (and ordered more like wiki-proposed new copyright
    syntax).
  + No longer ignore files without copyright.
* Update copyright_hints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *      Controller.h - Simple application window management. 
3
3
 *
4
 
 *      $Id: Controller.h,v 1.5 2003/03/26 00:20:07 nigel Exp $
 
4
 *      $Id: Controller.h,v 1.8 2005/01/30 21:42:13 gbeauche Exp $
5
5
 *
6
 
 *  Basilisk II (C) 1997-2001 Christian Bauer
 
6
 *  Basilisk II (C) 1997-2005 Christian Bauer
7
7
 *
8
8
 *  This program is free software; you can redistribute it and/or modify
9
9
 *  it under the terms of the GNU General Public License as published by
23
23
#import <Cocoa/Cocoa.h>
24
24
#import "PrefsEditor.h"
25
25
 
26
 
// If the application supports multiple windows, define this:
27
 
// #define ENABLE_MULTIPLE
 
26
// If the application supports multiple windows,
 
27
// ENABLE_MULTIPLE can be defined in config.h
28
28
 
29
29
@interface Controller : NSApplication
30
30
{