~pete-woods/hud/quit-action

« back to all changes in this revision

Viewing changes to libhud-gtk/manager.c

  • Committer: Ted Gould
  • Date: 2012-12-19 16:51:38 UTC
  • mto: (227.3.24 trunk-small)
  • mto: This revision was merged to the branch mainline in revision 245.
  • Revision ID: ted@gould.cx-20121219165138-j2v1urypyb16ykd6
Adding in a mock libhud-gtk so we can move some stuff there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright © 2012 Canonical Ltd.
 
3
 *
 
4
 * This program is free software: you can redistribute it and/or modify
 
5
 * it under the terms of either or both of the following licences:
 
6
 *
 
7
 * 1) the GNU Lesser General Public License version 3, as published by
 
8
 * the Free Software Foundation; and/or
 
9
 * 2) the GNU Lesser General Public License version 2.1, as published by
 
10
 * the Free Software Foundation.
 
11
 *
 
12
 * This program is distributed in the hope that it will be useful, but
 
13
 * WITHOUT ANY WARRANTY; without even the implied warranties of
 
14
 * MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
 
15
 * PURPOSE.  See the applicable version of the GNU Lesser General Public
 
16
 * License for more details.
 
17
 *
 
18
 * You should have received a copy of both the GNU Lesser General Public
 
19
 * License version 3 and version 2.1 along with this program.  If not,
 
20
 * see <http://www.gnu.org/licenses/>
 
21
 *
 
22
 * Author: Ted Gould <ted@canonical.com>
 
23
 */
 
24
 
 
25
#include "manager.h"
 
26
 
 
27
int dummy_symbol;