~ubuntu-branches/ubuntu/precise/unity-2d/precise-security

« back to all changes in this revision

Viewing changes to libunity-2d-private/Unity2d/launcherutility.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-08-01 19:53:40 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801195340-se0ukbsb0z3b6an1
Tags: 3.8.14-0ubuntu1
* New upstream release:
  - [launcher] Need to press Alt+F1 twice to show launcher (LP: #812787)
* debian/control:
  - build on latest libunity-core-4.0-dev and latest libnux-1.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright (C) 2010 Canonical, Ltd.
3
 
 *
4
 
 * Authors:
5
 
 *  Florian Boucault <florian.boucault@canonical.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; version 3.
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, see <http://www.gnu.org/licenses/>.
18
 
 */
19
 
 
20
 
#ifndef LAUNCHERUTILITY_H
21
 
#define LAUNCHERUTILITY_H
22
 
 
23
 
typedef struct _WnckWindow WnckWindow;
24
 
 
25
 
namespace LauncherUtility {
26
 
    void showWindow(WnckWindow* window);
27
 
    void moveViewportToWindow(WnckWindow* window);
28
 
}
29
 
 
30
 
#endif // LAUNCHERUTILITY_H