~ubuntu-branches/ubuntu/precise/xfwm4/precise-updates

« back to all changes in this revision

Viewing changes to src/misc.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-11-10 07:40:26 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20081110074026-xo3f144nja3wl7kz
Tags: 4.4.3-0ubuntu1
* Merge with Debian Xfce UNRELEASED, remaining Ubuntu changes
  - debian/xfwm4.1: update bug reporting address (LP instead of Debian BTS).
  - debian/rules: keep the .desktop installed, but add "NoDisplay=true" to hide
    them by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*      $Id: misc.h 24099 2006-12-13 22:01:17Z olivier $
 
1
/*      $Id: misc.h 28362 2008-10-22 19:58:39Z olivier $
2
2
 
3
3
        This program is free software; you can redistribute it and/or modify
4
4
        it under the terms of the GNU General Public License as published by
58
58
void                     sendClientMessage                      (ScreenInfo *, 
59
59
                                                                 Window, 
60
60
                                                                 int, 
61
 
                                                                 Time);
 
61
                                                                 guint32);
62
62
void                     sendRootMessage                        (ScreenInfo *, 
63
63
                                                                 int, 
64
64
                                                                 long, 
65
 
                                                                 Time);
 
65
                                                                 guint32);
66
66
gboolean                 checkWindowOnRoot                      (ScreenInfo *, 
67
67
                                                                 Window);
68
68
void                     placeSidewalks                         (ScreenInfo *,