Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Adam Jackson
xserver
Commits
20fd4783
Commit
20fd4783
authored
Nov 15, 2007
by
Adam Jackson
💣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small static cleanups on dix/
parent
70e50fa5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
19 deletions
+4
-19
dix/atom.c
dix/atom.c
+0
-2
dix/dispatch.c
dix/dispatch.c
+2
-2
dix/events.c
dix/events.c
+2
-2
include/dix.h
include/dix.h
+0
-13
No files found.
dix/atom.c
View file @
20fd4783
...
...
@@ -209,5 +209,3 @@ InitAtoms(void)
if
(
lastAtom
!=
XA_LAST_PREDEFINED
)
AtomError
();
}
dix/dispatch.c
View file @
20fd4783
...
...
@@ -249,7 +249,7 @@ UpdateCurrentTimeIf(void)
currentTime
=
systime
;
}
void
static
void
InitSelections
(
void
)
{
if
(
CurrentSelections
)
...
...
@@ -3836,7 +3836,7 @@ ProcInitialConnection(ClientPtr client)
return
(
client
->
noClientException
);
}
int
static
int
SendConnSetup
(
ClientPtr
client
,
char
*
reason
)
{
xWindowRoot
*
root
;
...
...
dix/events.c
View file @
20fd4783
...
...
@@ -1184,7 +1184,7 @@ FreezeThaw(DeviceIntPtr dev, Bool frozen)
dev
->
public
.
processInputProc
=
dev
->
public
.
realInputProc
;
}
void
static
void
ComputeFreezes
(
void
)
{
DeviceIntPtr
replayDev
=
syncEvents
.
replayDev
;
...
...
@@ -1268,7 +1268,7 @@ ScreenRestructured (ScreenPtr pScreen)
}
#endif
void
static
void
CheckGrabForSyncs
(
DeviceIntPtr
thisDev
,
Bool
thisMode
,
Bool
otherMode
)
{
GrabPtr
grab
=
thisDev
->
grab
;
...
...
include/dix.h
View file @
20fd4783
...
...
@@ -158,8 +158,6 @@ extern void UpdateCurrentTime(void);
extern
void
UpdateCurrentTimeIf
(
void
);
extern
void
InitSelections
(
void
);
extern
void
FlushClientCaches
(
XID
/*id*/
);
extern
int
dixDestroyPixmap
(
...
...
@@ -187,10 +185,6 @@ extern void DeleteWindowFromAnySelections(
extern
void
MarkClientException
(
ClientPtr
/*client*/
);
extern
int
SendConnSetup
(
ClientPtr
/*client*/
,
char
*
/*reason*/
);
#if defined(DDXBEFORERESET)
extern
void
ddxBeforeReset
(
void
);
#endif
...
...
@@ -362,13 +356,6 @@ extern void EnqueueEvent(
DeviceIntPtr
/* device */
,
int
/* count */
);
extern
void
ComputeFreezes
(
void
);
extern
void
CheckGrabForSyncs
(
DeviceIntPtr
/* dev */
,
Bool
/* thisMode */
,
Bool
/* otherMode */
);
extern
void
ActivatePointerGrab
(
DeviceIntPtr
/* mouse */
,
GrabPtr
/* grab */
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment