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

« back to all changes in this revision

Viewing changes to src/frame.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-03 20:47:16 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20110103204716-xfjjslpyp1rwyc02
Tags: 4.7.4-0ubuntu1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
 
19
19
        oroborus - (c) 2001 Ken Lynch
20
 
        xfwm4    - (c) 2002-2009 Olivier Fourdan
 
20
        xfwm4    - (c) 2002-2010 Olivier Fourdan
21
21
 
22
22
 */
23
23
 
44
44
int                      frameY                                 (Client *);
45
45
int                      frameWidth                             (Client *);
46
46
int                      frameHeight                            (Client *);
 
47
void                     frameSetShapeInput                     (Client *);
47
48
void                     frameClearQueueDraw                    (Client *);
48
49
void                     frameQueueDraw                         (Client *,
49
50
                                                                 gboolean);