diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-01-09 21:52:15 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2020-01-09 21:53:38 +0100 |
commit | 33fbc6211cdc9184b1cf7a054a895dc43599afb5 (patch) | |
tree | a2d14df8dd7456f8b4d0cd712a66544df2bf59da /nx-X11/programs/Xserver/hw/nxagent/Pixmaps.h | |
parent | 7977b9f8f1c6b0ab9a37ce33fc53b8ef36400262 (diff) | |
download | nx-libs-33fbc6211cdc9184b1cf7a054a895dc43599afb5.tar.gz nx-libs-33fbc6211cdc9184b1cf7a054a895dc43599afb5.tar.bz2 nx-libs-33fbc6211cdc9184b1cf7a054a895dc43599afb5.zip |
Pixmap.c: drop unused return code for nxagentDisconnectAllPixmaps
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Pixmaps.h')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Pixmaps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Pixmaps.h b/nx-X11/programs/Xserver/hw/nxagent/Pixmaps.h index 00cc39c5f..d35cd4c30 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Pixmaps.h +++ b/nx-X11/programs/Xserver/hw/nxagent/Pixmaps.h @@ -132,7 +132,7 @@ RegionPtr nxagentCreateRegion(DrawablePtr pDrawable, GCPtr pGC, int x, int y, void nxagentReconnectPixmap(void *p0, XID x1, void *p2); Bool nxagentReconnectAllPixmaps(void *p0); void nxagentDisconnectPixmap(void *p0, XID x1, void* p2); -Bool nxagentDisconnectAllPixmaps(void); +void nxagentDisconnectAllPixmaps(void); int nxagentDestroyNewPixmapResourceType(void * p, XID id); |