~ubuntu-branches/ubuntu/precise/xfwm4/precise-proposed

« back to all changes in this revision

Viewing changes to src/icons.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-11-09 16:01:08 UTC
  • mto: (3.1.2 lenny) (1.1.22 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20061109160108-oafawc03w3zymdhw
Tags: upstream-4.3.99.2svn+r23785
ImportĀ upstreamĀ versionĀ 4.3.99.2svn+r23785

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*      $Id: icons.h 23128 2006-09-11 20:39:40Z olivier $
 
1
/*      $Id: icons.h 23704 2006-11-04 22:36:42Z 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
32
32
 
33
33
#include "display.h"
34
34
 
35
 
GdkPixbuf * getAppIcon          (DisplayInfo *,
36
 
                                 Window,
37
 
                                 int,
38
 
                                 int);
 
35
GdkPixbuf               *getAppIcon                             (DisplayInfo *,
 
36
                                                                 Window,
 
37
                                                                 int,
 
38
                                                                 int);
39
39
 
40
40
#endif /* INC_ICONS_H */