identity: consolidate C sources list into Makefile.sources
[mesa.git] / src / gallium / state_trackers / xorg / xorg_composite.h
index e73f1c704a8bd61867e386b4bb7ed674b00d1110..ec71ebfe0dc3d9d2564134c068ed6e24166b1c7d 100644 (file)
@@ -29,9 +29,8 @@ void xorg_solid(struct exa_context *exa,
                 struct exa_pixmap_priv *pixmap,
                 int x0, int y0, int x1, int y1);
 
-void xorg_copy_pixmap(struct exa_context *ctx,
-                      struct exa_pixmap_priv *dst, int dx, int dy,
-                      struct exa_pixmap_priv *src, int sx, int sy,
-                      int width, int height);
+
+void
+xorg_composite_done(struct exa_context *exa);
 
 #endif