Khronos is proposing a change affecting EGL attribute lists, and they
are requesting feedback on this forum thread [1]. They have specifically
requested feedback from the opensource community.
[1]
http://www.khronos.org/message_boards/showthread.php/9138-Requesting-feedback-on-disallowing-handl
On 10/18/2012 01:48 PM, Kristian Høgsberg wrote:
> On Thu, Oct 18, 2012 at 4:27 PM, David Herrmann
> wrote:
>> Hi Chad
>>
>> On Thu, Oct 18, 2012 at 9:45 PM, Chad Versace
>> wrote:
>>> On 10/18/2012 12:35 PM, Chad Versace wrote:
>>>> On 10/18/20
On 10/18/2012 12:35 PM, Chad Versace wrote:
> On 10/18/2012 10:23 AM, Pekka Paalanen wrote:
>> On Thu, 18 Oct 2012 09:15:08 -0700
>> Chad Versace wrote:
>>
>>> wayland-util.h defined an unprefixed macro, ARRAY_LENGTH, which polluted
>>> the global name
On 10/18/2012 10:23 AM, Pekka Paalanen wrote:
> On Thu, 18 Oct 2012 09:15:08 -0700
> Chad Versace wrote:
>
>> wayland-util.h defined an unprefixed macro, ARRAY_LENGTH, which polluted
>> the global namespace. This caused symbol collisions in projects that
>> de
wayland-util.h defined an unprefixed macro, ARRAY_LENGTH, which polluted
the global namespace. This caused symbol collisions in projects that
defined ARRAY_LENGTH slightly differently.
Signed-off-by: Chad Versace
---
cursor/wayland-cursor.c | 2 +-
src/connection.c| 6 +++---
src
definition of container_of() and replaces each call
to it with a call to __wl_container_of().
Signed-off-by: Chad Versace
---
src/data-device.c| 25 -
src/event-loop.c | 4 ++--
src/wayland-client.c | 8
src/wayland-server.c | 6 +++---
src/wayland-shm.c
wayland-util.h defines __wl_container_of() as well as an unprefixed version,
container_of(). The unprefixed version, of course, pollutes the global namespace
and causes symbol collisions in projects that define container_of() slightly
differently.
Is there any chance that the unprefixed container_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/25/2012 08:04 PM, Kristian Høgsberg wrote:
> On Wed, May 23, 2012 at 11:32:24PM -0700, Chad Versace wrote:
>> If the MODULEDIR string contains '%', then
>> snprintf(path, sizeof(path), MODULEDIR "/%s",
If the MODULEDIR string contains '%', then
snprintf(path, sizeof(path), MODULEDIR "/%s", name);
does not do what you want.
Signed-off-by: Chad Versace
---
src/compositor.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compositor.c b/sr
; On Wed, May 23, 2012 at 11:32 PM, Chad Versace <mailto:chad.vers...@linux.intel.com>> wrote:
>
> If the MODULEDIR string contains '%', then
>snprintf(path, sizeof(path), MODULEDIR "/%s", name);
> does not do what you want.
>
> Fix t
If the MODULEDIR string contains '%', then
snprintf(path, sizeof(path), MODULEDIR "/%s", name);
does not do what you want.
Fix this by replacing snprintf with stncpy followed by strncat.
Signed-off-by: Chad Versace
---
src/compositor.c |8 +---
1 file changed
st archive.
[3] http://lists.freedesktop.org/archives/piglit/2012-April/002193.html
----
Chad Versace
chad.vers...@linux.intel.com
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel
12 matches
Mail list logo