~valavanisalex/ubuntu/precise/inkscape/fix-943984

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/src/libcroco/libcroco.h

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-07-02 17:09:45 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702170945-nn6d6zswovbwju1t
Tags: 0.47~pre1-0ubuntu1
* New upstream release.
  - Don't constrain maximization on small resolution devices (pre0)
    (LP: #348842)
  - Fixes segfault on startup (pre0)
    (LP: #391149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * This file is part of The Croco Library
 
3
 *
 
4
 * Copyright (C) 2002-2003 Dodji Seketeli <dodji@seketeli.org>
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or
 
7
 * modify it under the terms of version 2.1 of the GNU Lesser General Public
 
8
 * License as published by the Free Software Foundation.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU Lesser General Public License
 
16
 * along with this program; if not, write to the Free Software
 
17
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 
18
 * USA
 
19
 */
 
20
 
 
21
#ifndef __LIBCROCO_H__
 
22
#define __LIBCROCO_H__
 
23
 
 
24
/*
 
25
 * We're disabling this for inkscape: none of its macros are actually used anyway,
 
26
 * so we might as well keep the build process simple.
 
27
//#include "libcroco-config.h"
 
28
 */
 
29
 
 
30
#include "cr-utils.h"
 
31
#include "cr-pseudo.h"
 
32
#include "cr-term.h"
 
33
#include "cr-attr-sel.h"
 
34
#include "cr-simple-sel.h"
 
35
#include "cr-selector.h"
 
36
#include "cr-enc-handler.h"
 
37
#include "cr-doc-handler.h"
 
38
#include "cr-input.h"
 
39
#include "cr-parser.h"
 
40
#include "cr-statement.h"
 
41
#include "cr-stylesheet.h"
 
42
#include "cr-om-parser.h"
 
43
#include "cr-prop-list.h"
 
44
#include "cr-sel-eng.h"
 
45
#include "cr-style.h"
 
46
#include "cr-string.h"
 
47
 
 
48
#endif /*__LIBCROCO_H__*/