mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 06:00:09 +01:00
XQuartz: Silence an unused-variable warning
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit 228f8bfe81)
This commit is contained in:
parent
1b2ae1fd7a
commit
cb8fbccba7
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ ProcPseudoramiXGetScreenSize(ClientPtr client)
|
|||
REQUEST(xPanoramiXGetScreenSizeReq);
|
||||
WindowPtr pWin;
|
||||
xPanoramiXGetScreenSizeReply rep;
|
||||
register int n, rc;
|
||||
register int rc;
|
||||
|
||||
TRACE();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue