fix compiler warnings in Xprint/ps/PsPrint.c
This commit is contained in:
parent
35fccb0068
commit
511b231ded
|
@ -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…
Reference in New Issue