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

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/src/libgdl/libgdl.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
/*  -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
 
2
 * 
 
3
 * This file is part of the GNOME Devtools Libraries.
 
4
 * 
 
5
 * Copyright (C) 1999-2000 Dave Camp <dave@helixcode.com>
 
6
 *
 
7
 * This program is free software; you can redistribute it and/or modify
 
8
 * it under the terms of the GNU General Public License as published by
 
9
 * the Free Software Foundation; either version 2 of the License, or
 
10
 * (at your option) any later version.
 
11
 *
 
12
 * This program is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 * GNU General Public License for more details.
 
16
 *
 
17
 * You should have received a copy of the GNU General Public License
 
18
 * along with this program; if not, write to the Free Software
 
19
 * Foundation, Inc., 59 Temple Place - Suite 330,
 
20
 * Boston, MA 02111-1307, USA.  
 
21
 */
 
22
 
 
23
#ifndef __GDL_H__
 
24
#define __GDL_H__
 
25
 
 
26
#include "libgdl/gdl-tools.h"
 
27
#include "libgdl/gdl-dock-object.h"
 
28
#include "libgdl/gdl-dock-master.h"
 
29
#include "libgdl/gdl-dock.h"
 
30
#include "libgdl/gdl-dock-item.h"
 
31
#include "libgdl/gdl-dock-paned.h"
 
32
#include "libgdl/gdl-dock-notebook.h"
 
33
#include "libgdl/gdl-dock-tablabel.h"
 
34
#include "libgdl/gdl-dock-bar.h"
 
35
#include "libgdl/gdl-switcher.h"
 
36
 
 
37
#endif