summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpDraw.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-07-21 23:30:39 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-07-21 23:30:39 -0700
commit1f84c36ddd9803ae328713960bac4694374382ab (patch)
treea600a1078d573914f6e0a6909fc5312195f62991 /xorg/server/module/rdpDraw.h
parentc176208133d7da718ca1f580ad2604982ba0d05a (diff)
downloadxrdp-proprietary-1f84c36ddd9803ae328713960bac4694374382ab.tar.gz
xrdp-proprietary-1f84c36ddd9803ae328713960bac4694374382ab.zip
xorg driver, added rdpPixmap.c/h
Diffstat (limited to 'xorg/server/module/rdpDraw.h')
-rw-r--r--xorg/server/module/rdpDraw.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/xorg/server/module/rdpDraw.h b/xorg/server/module/rdpDraw.h
index ba696541..0b77abde 100644
--- a/xorg/server/module/rdpDraw.h
+++ b/xorg/server/module/rdpDraw.h
@@ -52,14 +52,6 @@ do { \
extern GCOps g_rdpGCOps; /* in rdpGC.c */
-PixmapPtr
-rdpCreatePixmap(ScreenPtr pScreen, int width, int height, int depth,
- unsigned usage_hint);
-Bool
-rdpDestroyPixmap(PixmapPtr pPixmap);
-Bool
-rdpModifyPixmapHeader(PixmapPtr pPixmap, int width, int height, int depth,
- int bitsPerPixel, int devKind, pointer pPixData);
void
rdpCopyWindow(WindowPtr pWin, DDXPointRec ptOldOrg, RegionPtr pOldRegion);
Bool