- remove old patch
This commit is contained in:
parent
e319146fbd
commit
232b095b47
@ -1,29 +0,0 @@
|
||||
From ecc5ffe91ace38c9d288251807e721a4cd71b052 Mon Sep 17 00:00:00 2001
|
||||
From: Bastian Winkler <buz@netbuz.org>
|
||||
Date: Tue, 09 Feb 2010 14:19:03 +0000
|
||||
Subject: cogl-buffer: Use correct argument types in cogl_buffer_set_data_EXP
|
||||
|
||||
offset and size arguments are gsize in cogl-buffer.h
|
||||
|
||||
http://bugzilla.openedhand.com/show_bug.cgi?id=1980
|
||||
|
||||
Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
|
||||
---
|
||||
diff --git a/clutter/cogl/cogl/cogl-buffer.c b/clutter/cogl/cogl/cogl-buffer.c
|
||||
index 89e0a05..a74879d 100644
|
||||
--- a/clutter/cogl/cogl/cogl-buffer.c
|
||||
+++ b/clutter/cogl/cogl/cogl-buffer.c
|
||||
@@ -272,9 +272,9 @@ cogl_buffer_unmap_EXP (CoglHandle handle)
|
||||
|
||||
gboolean
|
||||
cogl_buffer_set_data_EXP (CoglHandle handle,
|
||||
- guint offset,
|
||||
+ gsize offset,
|
||||
const guchar *data,
|
||||
- guint size)
|
||||
+ gsize size)
|
||||
{
|
||||
CoglBuffer *buffer;
|
||||
|
||||
--
|
||||
cgit v0.7.2-85-gd188
|
Loading…
Reference in New Issue
Block a user