summaryrefslogtreecommitdiffstats
path: root/x11-wm/muffin/files/patch-src_compositor_meta-texture-rectangle.h
blob: 81593c066e062eaa210c80dd03a045feb517218b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/compositor/meta-texture-rectangle.h.orig    2013-11-23 13:42:35.000000000 +0000
+++ src/compositor/meta-texture-rectangle.h 2014-03-31 08:00:34.766125773 +0000
@@ -34,10 +34,8 @@
 meta_texture_rectangle_new (unsigned int width,
                             unsigned int height,
                             CoglPixelFormat format,
-                            CoglPixelFormat internal_format,
                             unsigned int rowstride,
-                            const guint8 *data,
-                            GError **error);
+                            const guint8 *data);
 
 gboolean
 meta_texture_rectangle_check (CoglTexture *texture);