~ubuntu-branches/ubuntu/natty/vte/natty

« back to all changes in this revision

Viewing changes to src/vtepangocairo.h

  • Committer: Bazaar Package Importer
  • Author(s): Baptiste Mille-Mathias
  • Date: 2010-02-03 21:37:20 UTC
  • mfrom: (1.1.52 upstream)
  • Revision ID: james.westby@ubuntu.com-20100203213720-8i71qo23f8uqr2sa
Tags: 1:0.23.5-0ubuntu1
* New upstream version (LP: #516770):
  - Fix unintented soversion bump
  - Add public API vte_terminal_write_contents()
  - Update docs
  - Disable symbol deprecation stuff since they were broken
  - Merge pangocairo draw impl into vtedraw
  - Bugs fixed in this release:
  - Flickering when resizing a vte widget
  - Support xterm bracketed paste mode
* debian/patches/90_autoreconf.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright (C) 2003 Red Hat, Inc.
3
 
 *
4
 
 * This is free software; you can redistribute it and/or modify it under
5
 
 * the terms of the GNU Library General Public License as published by
6
 
 * the Free Software Foundation; either version 2 of the License, or
7
 
 * (at your option) any later version.
8
 
 *
9
 
 * This program is distributed in the hope that it will be useful, but
10
 
 * WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12
 
 * General Public License for more details.
13
 
 *
14
 
 * You should have received a copy of the GNU Library General Public
15
 
 * License along with this program; if not, write to the Free Software
16
 
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
 
 */
18
 
 
19
 
#ifndef vte_vtepangocairo_h_included
20
 
#define vte_vtepangocairo_h_included
21
 
 
22
 
/* The interfaces in this file are subject to change at any time. */
23
 
 
24
 
 
25
 
#include "vtedraw.h"
26
 
 
27
 
G_BEGIN_DECLS
28
 
 
29
 
extern const struct _vte_draw_impl _vte_draw_pangocairo;
30
 
 
31
 
G_END_DECLS
32
 
 
33
 
#endif