Bug 15034 - xorg/driver/xf86-video-suntcx - Compile warning fix
Summary: xorg/driver/xf86-video-suntcx - Compile warning fix
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/other (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: janitor, patch
Depends on:
Blocks:
 
Reported: 2008-03-15 16:25 UTC by Paulo César Pereira de Andrade
Modified: 2008-07-22 14:35 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
0001-Compile-warning-fix.patch (1.13 KB, patch)
2008-03-15 16:25 UTC, Paulo César Pereira de Andrade
no flags Details | Splinter Review

Description Paulo César Pereira de Andrade 2008-03-15 16:25:39 UTC
Created attachment 15152 [details] [review]
0001-Compile-warning-fix.patch

Declare TCXHWCursorInit() in tcx.h.
Comment 1 Paulo César Pereira de Andrade 2008-07-22 14:35:15 UTC
  It is better to have prototypes declared in
a header file, so that the file that actually defines
the function/data can also include that header, and ensure
prototype and definition match, but in this
particular case the prototype is correct.


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.