~ubuntu-branches/ubuntu/maverick/zapping/maverick

« back to all changes in this revision

Viewing changes to libvbi/exp-vtx.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 11:07:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108110734-ygvf6uljvgcjmca7
Tags: 0.9.6-1ubuntu1
* Resynchronise with Debian (Closes: #4022):
  - Fix desktop file to not use absolute path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
27
27
 */
28
28
 
29
 
/* $Id: exp-vtx.c,v 1.12 2005/01/19 04:17:54 mschimek Exp $ */
 
29
/* $Id: exp-vtx.c,v 1.14 2005/06/28 19:17:09 mschimek Exp $ */
30
30
 
31
31
/* VTX is the file format used by the VideoteXt application. It stores
32
32
   Teletext pages in raw level 1.0 format. Level 1.5 additional characters
33
33
   (e.g. accents), the FLOF and TOP navigation bars and the level 2.5
34
34
   chrome will be lost.
35
35
 
36
 
   Since restoring the raw page from a fmt_page is complicated we violate
37
 
   encapsulation by fetching a raw copy from the cache. :-( */
 
36
   Since restoring the raw page from a fmt_page is complicated if not
 
37
   impossible, we violate encapsulation by fetching a raw copy from
 
38
   the cache. :-( */
38
39
 
39
40
#ifdef HAVE_CONFIG_H
40
41
#  include "config.h"
46
47
#include "hamm.h"               /* vbi3_rev8() */
47
48
#include "cache-priv.h"         /* cache_page */
48
49
#include "page-priv.h"          /* vbi3_page_priv */
49
 
#include "common/intl-priv.h"
 
50
#include "intl-priv.h"
50
51
#include "export-priv.h"
51
52
 
52
53
struct header {