fix compiler warnings in Xprint/ps/PsPrint.c
This commit is contained in:
@@ -292,13 +292,10 @@ PsStartPage(
|
|||||||
{
|
{
|
||||||
int iorient, iplex, icount, ires;
|
int iorient, iplex, icount, ires;
|
||||||
unsigned short iwd, iht;
|
unsigned short iwd, iht;
|
||||||
register WindowPtr pChild;
|
|
||||||
PsContextPrivPtr pConPriv =
|
PsContextPrivPtr pConPriv =
|
||||||
(PsContextPrivPtr)pCon->devPrivates[PsContextPrivateIndex].ptr;
|
(PsContextPrivPtr)pCon->devPrivates[PsContextPrivateIndex].ptr;
|
||||||
PsWindowPrivPtr pWinPriv =
|
PsWindowPrivPtr pWinPriv =
|
||||||
(PsWindowPrivPtr)pWin->devPrivates[PsWindowPrivateIndex].ptr;
|
(PsWindowPrivPtr)pWin->devPrivates[PsWindowPrivateIndex].ptr;
|
||||||
char s[80];
|
|
||||||
xEvent event;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Put a pointer to the context in the window private structure
|
* Put a pointer to the context in the window private structure
|
||||||
|
|||||||
Reference in New Issue
Block a user