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

« back to all changes in this revision

Viewing changes to src/mypixmap.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: mypixmap.h 23128 2006-09-11 20:39:40Z olivier $
 
1
/*      $Id: mypixmap.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
53
53
    gint width, height;
54
54
};
55
55
 
56
 
gboolean xfwmPixmapRenderGdkPixbuf (xfwmPixmap *,
57
 
                                    GdkPixbuf *);
58
 
gboolean xfwmPixmapLoad            (ScreenInfo *,
59
 
                                    xfwmPixmap *,
60
 
                                    gchar *,
61
 
                                    gchar *,
62
 
                                    xfwmColorSymbol *);
63
 
void xfwmPixmapCreate              (ScreenInfo *,
64
 
                                    xfwmPixmap *,
65
 
                                    gint,
66
 
                                    gint);
67
 
void xfwmPixmapInit                (ScreenInfo *,
68
 
                                    xfwmPixmap *);
69
 
void xfwmPixmapFree                (xfwmPixmap *);
70
 
void xfwmPixmapFill                (xfwmPixmap *,
71
 
                                    xfwmPixmap *,
72
 
                                    gint,
73
 
                                    gint,
74
 
                                    gint,
75
 
                                    gint);
76
 
void xfwmPixmapDuplicate           (xfwmPixmap *,
77
 
                                    xfwmPixmap *);
 
56
gboolean                 xfwmPixmapRenderGdkPixbuf              (xfwmPixmap *,
 
57
                                                                 GdkPixbuf *);
 
58
gboolean                 xfwmPixmapLoad                         (ScreenInfo *,
 
59
                                                                 xfwmPixmap *,
 
60
                                                                 gchar *,
 
61
                                                                 gchar *,
 
62
                                                                 xfwmColorSymbol *);
 
63
void                     xfwmPixmapCreate                       (ScreenInfo *,
 
64
                                                                 xfwmPixmap *,
 
65
                                                                 gint,
 
66
                                                                 gint);
 
67
void                     xfwmPixmapInit                         (ScreenInfo *,
 
68
                                                                 xfwmPixmap *);
 
69
void                     xfwmPixmapFree                         (xfwmPixmap *);
 
70
void                     xfwmPixmapFill                         (xfwmPixmap *,
 
71
                                                                 xfwmPixmap *,
 
72
                                                                 gint,
 
73
                                                                 gint,
 
74
                                                                 gint,
 
75
                                                                 gint);
 
76
void                     xfwmPixmapDuplicate                    (xfwmPixmap *,
 
77
                                                                 xfwmPixmap *);
78
78
#endif /* INC_MYPIXMAP_H */