~ubuntu-branches/ubuntu/karmic/iterm/karmic

« back to all changes in this revision

Viewing changes to unix/fbiterm/src/VTScreenView.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Fok
  • Date: 2004-02-27 04:13:16 UTC
  • Revision ID: james.westby@ubuntu.com-20040227041316-q0jn37sia8mt0t9u
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This software is subject to the terms of the Common Public License
 
2
   You must accept the terms of this license to use this software.
 
3
 
 
4
   Copyright (C) 2002, International Business Machines Corporation
 
5
   and others.  All Rights Reserved.
 
6
 
 
7
   Further information about Common Public License Version 0.5 is obtained 
 
8
   from url http://oss.software.ibm.com/developer/opensource/license-cpl.html */
 
9
 
 
10
#ifndef __VTSCREEN_VIEW_H__
 
11
#define __VTSCREEN_VIEW_H__
 
12
 
 
13
#include "iterm/screen.h"       /* for VTScreenView */
 
14
 
 
15
VTScreenView *VTScreenView_new ();
 
16
void VTScreenView_destroy (VTScreenView * view);
 
17
 
 
18
#endif /* __VTSCREEN_VIEW_H__ */