~ubuntu-branches/ubuntu/natty/lxappearance/natty

« back to all changes in this revision

Viewing changes to src/cursor-theme.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne, Julien Lavergne, Andrew Lee (李健秋)
  • Date: 2010-08-11 20:56:49 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100811205649-nwgi08up8rlo1ihr
Tags: 0.4.1+git20100809-0ubuntu1
[ Julien Lavergne ]
* New upstream snaphot (rev c5db6b860e...)
* debian/control:
 - Add a new binary for files needed to build plugins.
 - Add a debug package.
* debian/*.install:
 - Split installed files.
* debian/source_lxappearance.py:
 - Add apport hook.
* debian/lxappearance.install:
 - Install apport hook.
* debian/rules:
 - Add dh_strip call for the debug package.
 - Use --fail-missing for dh_install.

[ Andrew Lee (李健秋) ]
* Use Debian LXDE Packaging Team address.
* Bumped Standard-version to 3.9.1
* Added Vcs-Git and Vcs-Browser tags
* Switch to dpkg-source 3.0 (quilt) format
* Commit changelog
* Added a patch that sync with upstream snapshot
* Build-depends on debhelper (>= 7.0.50~)
* Bumped to dh7
* Update rules file to dh7 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *      cursor-theme.h
 
3
 *
 
4
 *      Copyright 2010 PCMan <pcman.tw@gmail.com>
 
5
 *
 
6
 *      This program is free software; you can redistribute it and/or modify
 
7
 *      it under the terms of the GNU General Public License as published by
 
8
 *      the Free Software Foundation; either version 2 of the License, or
 
9
 *      (at your option) any later version.
 
10
 *
 
11
 *      This program is distributed in the hope that it will be useful,
 
12
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 *      GNU General Public License for more details.
 
15
 *
 
16
 *      You should have received a copy of the GNU General Public License
 
17
 *      along with this program; if not, write to the Free Software
 
18
 *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 
19
 *      MA 02110-1301, USA.
 
20
 */
 
21
 
 
22
#ifndef _CURSOR_THEME_H_
 
23
#define _CURSOR_THEME_H_
 
24
 
 
25
#include <gtk/gtk.h>
 
26
 
 
27
G_BEGIN_DECLS
 
28
 
 
29
void cursor_theme_init(GtkBuilder* b);
 
30
 
 
31
G_END_DECLS
 
32
 
 
33
#endif