mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 12:38:03 +02:00
mi: ANSI cleanups
This commit is contained in:
parent
359ed32c9b
commit
5aa9483d3e
3 changed files with 3 additions and 4 deletions
|
|
@ -437,7 +437,7 @@ miPointerSetScreen(DeviceIntPtr pDev, int screen_no, int x, int y)
|
|||
}
|
||||
|
||||
ScreenPtr
|
||||
miPointerCurrentScreen ()
|
||||
miPointerCurrentScreen (void)
|
||||
{
|
||||
return miPointerGetScreen(inputInfo.pointer);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -297,7 +297,7 @@ static int privateKeyIndex;
|
|||
static DevPrivateKey privateKey = &privateKeyIndex;
|
||||
|
||||
DevPrivateKey
|
||||
miAllocateGCPrivateIndex()
|
||||
miAllocateGCPrivateIndex(void)
|
||||
{
|
||||
return privateKey;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,8 +65,7 @@ Written by Joel McCormack, Summer 1989.
|
|||
*/
|
||||
|
||||
|
||||
void miInitSpanGroup(spanGroup)
|
||||
SpanGroup *spanGroup;
|
||||
void miInitSpanGroup(SpanGroup *spanGroup)
|
||||
{
|
||||
spanGroup->size = 0;
|
||||
spanGroup->count = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue