mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-17 19:42:21 +00:00
dispatch: Mark swapped dispatch as _X_COLD
This touches everything that ends up in the Xorg binary; the big missing part is GLX since that's all generated code. Cuts about 14k from the binary on amd64. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
8c9909a992
commit
dc7ceda90f
90 changed files with 637 additions and 621 deletions
|
|
@ -72,7 +72,7 @@ extern int ExtEventIndex;
|
|||
*
|
||||
*/
|
||||
|
||||
int
|
||||
int _X_COLD
|
||||
SProcXGetDeviceDontPropagateList(ClientPtr client)
|
||||
{
|
||||
REQUEST(xGetDeviceDontPropagateListReq);
|
||||
|
|
@ -173,7 +173,7 @@ XEventClass
|
|||
*
|
||||
*/
|
||||
|
||||
void
|
||||
void _X_COLD
|
||||
SRepXGetDeviceDontPropagateList(ClientPtr client, int size,
|
||||
xGetDeviceDontPropagateListReply * rep)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue