~ubuntu-branches/ubuntu/utopic/marco/utopic-proposed

« back to all changes in this revision

Viewing changes to src/include/tile-preview.h

  • Committer: Package Import Robot
  • Author(s): Mike Gabriel
  • Date: 2014-03-11 20:38:14 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140311203814-kyq2m8h0zbk7vymi
Tags: 1.8.0+dfsg1-1
* New upstream release.
* Repack upstream tarball and omit non-DFSG (GFDL-1.1) files
  (creating themes documentation).
* debian/watch:
  + Use tagged CGit tarball snapshots as upstream source.
  + Mangle Debian package version.
* debian/copyright:
  + Adapt to files in new (repacked) upstream tarball.
* debian/rules:
  + Build package using autogen.sh.
* debian/control:
  + Add B-D: yelp-tools.
  + Drop B-D: mate-doc-utils, mate-doc-utils-gnome.
* debian/patches:
  + Drop patch 1001_hypen-used-as-minus-sign-on-man-page.patch. Fixed
    upstream.
  + Add patch 2001_omit-gfdl-licensed-theme-documentation.patch. Don't build
    GFDL-1.1 licensed files that got removed from the repacked tarball.
* debian/marco-common.install: 
  + Marco's arch-indep files now reside in /usr/share/marco (not
    /usr/share/mate-window-manager).
  + Install gsettings conversion map into bin:package marco-common.
* lintian:
  + Drop unused overrides.
  + Add override for shlib-calls-exit in bin:package libmarco-private0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
 
2
 
 
3
/* Meta tile preview */
 
4
 
 
5
/*
 
6
 * Copyright (C) 2010 Florian Müllner
 
7
 *
 
8
 * This program is free software; you can redistribute it and/or
 
9
 * modify it under the terms of the GNU General Public License as
 
10
 * published by the Free Software Foundation; either version 2 of the
 
11
 * License, or (at your option) any later version.
 
12
 *
 
13
 * This program is distributed in the hope that it will be useful, but
 
14
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
16
 * General Public License for more details.
 
17
 *
 
18
 * You should have received a copy of the GNU General Public License
 
19
 * along with this program; if not, write to the Free Software
 
20
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
21
 * 02111-1307, USA.
 
22
 */
 
23
#ifndef META_TILE_PREVIEW_H
 
24
#define META_TILE_PREVIEW_H
 
25
 
 
26
#include "boxes.h"
 
27
 
 
28
typedef struct _MetaTilePreview MetaTilePreview;
 
29
 
 
30
MetaTilePreview   *meta_tile_preview_new    (int                screen_number,
 
31
                                             gboolean           composited);
 
32
void               meta_tile_preview_free   (MetaTilePreview   *preview);
 
33
void               meta_tile_preview_show   (MetaTilePreview   *preview,
 
34
                                             MetaRectangle     *rect);
 
35
void               meta_tile_preview_hide   (MetaTilePreview   *preview);
 
36
 
 
37
#endif /* META_TILE_PREVIEW_H */
 
 
b'\\ No newline at end of file'