mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-04 20:10:44 +02:00
fix compiler warnings in Xprint/ps/PsPrint.c
This commit is contained in:
parent
35fccb0068
commit
511b231ded
1 changed files with 0 additions and 3 deletions
|
|
@ -292,13 +292,10 @@ PsStartPage(
|
|||
{
|
||||
int iorient, iplex, icount, ires;
|
||||
unsigned short iwd, iht;
|
||||
register WindowPtr pChild;
|
||||
PsContextPrivPtr pConPriv =
|
||||
(PsContextPrivPtr)pCon->devPrivates[PsContextPrivateIndex].ptr;
|
||||
PsWindowPrivPtr pWinPriv =
|
||||
(PsWindowPrivPtr)pWin->devPrivates[PsWindowPrivateIndex].ptr;
|
||||
char s[80];
|
||||
xEvent event;
|
||||
|
||||
/*
|
||||
* Put a pointer to the context in the window private structure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue