]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB-missing.patch
Release 6 (by relup.sh)
[packages/DirectFB.git] / DirectFB-missing.patch
1 --- DirectFB-1.7.0/lib/divine/idivine.h.orig    1970-01-01 01:00:00.000000000 +0100
2 +++ DirectFB-1.7.0/lib/divine/idivine.h 2013-07-16 17:38:27.782211803 +0200
3 @@ -0,0 +1,54 @@
4 +/*
5 +   (c) Copyright 2012-2013  DirectFB integrated media GmbH
6 +   (c) Copyright 2001-2013  The world wide DirectFB Open Source Community (directfb.org)
7 +   (c) Copyright 2000-2004  Convergence (integrated media) GmbH
8 +
9 +   All rights reserved.
10 +
11 +   Written by Denis Oliver Kropp <dok@directfb.org>,
12 +              Andreas Shimokawa <andi@directfb.org>,
13 +              Marek Pikarski <mass@directfb.org>,
14 +              Sven Neumann <neo@directfb.org>,
15 +              Ville Syrjälä <syrjala@sci.fi> and
16 +              Claudio Ciccani <klan@users.sf.net>.
17 +
18 +   This library is free software; you can redistribute it and/or
19 +   modify it under the terms of the GNU Lesser General Public
20 +   License as published by the Free Software Foundation; either
21 +   version 2 of the License, or (at your option) any later version.
22 +
23 +   This library is distributed in the hope that it will be useful,
24 +   but WITHOUT ANY WARRANTY; without even the implied warranty of
25 +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
26 +   Lesser General Public License for more details.
27 +
28 +   You should have received a copy of the GNU Lesser General Public
29 +   License along with this library; if not, write to the
30 +   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
31 +   Boston, MA 02111-1307, USA.
32 +*/
33 +
34 +
35 +
36 +#ifndef __IDIVINE_H__
37 +#define __IDIVINE_H__
38 +
39 +#include <divine.h>
40 +
41 +/*
42 + * private data struct of IDiVine
43 + */
44 +typedef struct {
45 +     int                         ref;      /* reference counter */
46 +
47 +     DiVine                     *divine;
48 +} IDiVine_data;
49 +
50 +/*
51 + * IDiVine constructor/destructor
52 + */
53 +DFBResult IDiVine_Construct( IDiVine *thiz );
54 +
55 +void      IDiVine_Destruct ( IDiVine *thiz );
56 +
57 +#endif
This page took 0.037597 seconds and 3 git commands to generate.