[Xquartz-changes] [393] AppleSGLX/trunk/appledri.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 24 17:18:13 PST 2009


Revision: 393
          http://trac.macosforge.org/projects/xquartz/changeset/393
Author:   jeremyhu at freedesktop.org
Date:     2009-12-24 17:18:12 -0800 (Thu, 24 Dec 2009)
Log Message:
-----------
Fix a bad prototype in appledri.c

Modified Paths:
--------------
    AppleSGLX/trunk/appledri.c

Modified: AppleSGLX/trunk/appledri.c
===================================================================
--- AppleSGLX/trunk/appledri.c	2009-12-25 01:17:16 UTC (rev 392)
+++ AppleSGLX/trunk/appledri.c	2009-12-25 01:18:12 UTC (rev 393)
@@ -60,7 +60,7 @@
  *****************************************************************************/
 
 static int close_display(Display * dpy, XExtCodes * extCodes);
-static Bool wire_to_event();
+static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
 
 static /* const */ XExtensionHooks appledri_extension_hooks = {
    NULL,                        /* create_gc */
@@ -94,10 +94,7 @@
 }
 
 static Bool
-wire_to_event(dpy, re, event)
-     Display *dpy;
-     XEvent *re;
-     xEvent *event;
+wire_to_event(Display *dpy, XEvent *re, xEvent *event)
 {
    XExtDisplayInfo *info = find_display(dpy);
    xAppleDRINotifyEvent *sevent;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20091224/8e2b6a88/attachment.html>


More information about the Xquartz-changes mailing list