Bug 18835

Summary: Xext/mbuf.c fails to compile in server-1.6-branch xserver
Product: xorg Reporter: Bernhard Rosenkraenzer <bero>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium Keywords: patch
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 17452    
Attachments:
Description Flags
Fix none

Description Bernhard Rosenkraenzer 2008-12-01 10:29:25 UTC
mbuf.c:199: warning: function declaration isn't a prototype
mbuf.c: In function 'DeliverEventsToMultibuffer':
mbuf.c:1317: error: too few arguments to function 'TryClientEvents'
mbuf.c:1329: error: too few arguments to function 'TryClientEvents'
make[1]: *** [mbuf.lo] Error 1
Comment 1 Bernhard Rosenkraenzer 2008-12-01 10:32:43 UTC
Created attachment 20717 [details] [review]
Fix

This fixes it...
Comment 2 Julien Cristau 2008-12-02 05:34:48 UTC
fixed in master with this commit:

commit 1dfed222e93f4684c2a450944a9a0ea9e085c43f
Author: Bernhard Rosenkraenzer <bero@arklinux.org>
Date:   Tue Dec 2 09:01:56 2008 +1000

    Xext: fix MultiBuffer compilation error with TryClientEvents. (#18835)
    
    X.Org Bug 18835 <http://bugs.freedesktop.org/show_bug.cgi?id=18835>
    
    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>

Leaving the bug open for server-1.6 tracking.
Comment 3 Keith Packard 2008-12-09 22:01:35 UTC
Fixed in 1.5.99.3

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.