Ardour  8.7-14-g57a6773833
gdkdrawable-x11.h
Go to the documentation of this file.
1 /* GDK - The GIMP Drawing Kit
2  * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the
16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17  * Boston, MA 02111-1307, USA.
18  */
19 
20 /*
21  * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
22  * file for a list of people on the GTK+ Team. See the ChangeLog
23  * files for a list of changes. These files are distributed with
24  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
25  */
26 
27 #ifndef __GDK_DRAWABLE_X11_H__
28 #define __GDK_DRAWABLE_X11_H__
29 
30 #include <gdk/gdkdrawable.h>
31 
32 #include <X11/Xlib.h>
33 #include <X11/extensions/Xrender.h>
34 
35 G_BEGIN_DECLS
36 
37 /* Drawable implementation for X11
38  */
39 
40 typedef enum
41 {
47 
50 
51 #define GDK_TYPE_DRAWABLE_IMPL_X11 (_gdk_drawable_impl_x11_get_type ())
52 #define GDK_DRAWABLE_IMPL_X11(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_DRAWABLE_IMPL_X11, GdkDrawableImplX11))
53 #define GDK_DRAWABLE_IMPL_X11_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_DRAWABLE_IMPL_X11, GdkDrawableImplX11Class))
54 #define GDK_IS_DRAWABLE_IMPL_X11(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_DRAWABLE_IMPL_X11))
55 #define GDK_IS_DRAWABLE_IMPL_X11_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_DRAWABLE_IMPL_X11))
56 #define GDK_DRAWABLE_IMPL_X11_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_DRAWABLE_IMPL_X11, GdkDrawableImplX11Class))
57 
59 {
61 
63 
65 
68 
69  Picture picture;
70  cairo_surface_t *cairo_surface;
71 };
72 
74 {
76 
77 };
78 
80 
81 void _gdk_x11_convert_to_format (guchar *src_buf,
82  gint src_rowstride,
83  guchar *dest_buf,
84  gint dest_rowstride,
85  GdkX11FormatType dest_format,
86  GdkByteOrder dest_byteorder,
87  gint width,
88  gint height);
89 
90 /* Note that the following take GdkDrawableImplX11, not the wrapper drawable */
95 
96 G_END_DECLS
97 
98 #endif /* __GDK_DRAWABLE_X11_H__ */
Definition: Window.h:41
GdkX11FormatType
@ GDK_X11_FORMAT_ARGB
@ GDK_X11_FORMAT_EXACT_MASK
@ GDK_X11_FORMAT_ARGB_MASK
@ GDK_X11_FORMAT_NONE
GdkDrawable * gdk_x11_window_get_drawable_impl(GdkWindow *window)
GdkDrawable * gdk_x11_pixmap_get_drawable_impl(GdkPixmap *pixmap)
GType _gdk_drawable_impl_x11_get_type(void)
void _gdk_x11_convert_to_format(guchar *src_buf, gint src_rowstride, guchar *dest_buf, gint dest_rowstride, GdkX11FormatType dest_format, GdkByteOrder dest_byteorder, gint width, gint height)
void _gdk_x11_drawable_update_size(GdkDrawable *drawable)
void _gdk_x11_drawable_finish(GdkDrawable *drawable)
typedefG_BEGIN_DECLS struct _GdkDrawableClass GdkDrawableClass
Definition: gdkdrawable.h:43
GdkByteOrder
Definition: gdktypes.h:119
GtkImagePixmapData pixmap
Definition: gtkimage.h:0
GdkDrawableClass parent_class
GdkDrawable parent_instance
cairo_surface_t * cairo_surface
GdkColormap * colormap
GdkDrawable * wrapper
gint height
Definition: xcursors.h:1
gint width
Definition: xcursors.h:1