summarylogtreecommitdiffstats
path: root/y-is-broken-cogl.patch
blob: 76fb21017e5a3fef9562c08a8c3dcfa8be5e236d (plain)
1
2
3
4
5
6
7
8
9
10
--- src/wingpanel/vapi/cogl-fixes.vapi	2017-05-13 02:46:33.880734704 +0900
+++ /dev/null	2017-05-12 04:15:23.019728097 +0900
@@ -1,6 +0,0 @@
-namespace CoglFixes
-{
-	[CCode (cname = "cogl_texture_get_data")]
-	public int texture_get_data (Cogl.Texture texture, Cogl.PixelFormat format, uint rowstride, [CCode (array_length = false)] uint8[] pixels);
-}
-