pkgsrc/x11/libXext/patches/patch-ad
bjs c59d6866e8 Fixes from GIT:
- XeviGetVisualInfo: check for null pointer before writing to it, not after
- Coverity #467: security_error_list has fewer than XSecurityNumberErrors
  entries

- Fix misc. warnings.

Bump rev.
2008-01-29 02:00:21 +00:00

15 lines
357 B
Text

$NetBSD: patch-ad,v 1.1 2008/01/29 02:00:22 bjs Exp $
Fix warnings.
--- src/XTestExt1.c.orig 2006-07-11 14:05:14.000000000 -0400
+++ src/XTestExt1.c
@@ -1200,7 +1200,7 @@ int ack_flag)
/*
* points to XTestIdentifyMyEvent
*/
- Bool (*func_ptr)();
+ Bool (*func_ptr)(Display *, XEvent *, XPointer);
/*
* write the input actions to the server