summaryrefslogtreecommitdiff
path: root/vdagent/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdagent/image.h')
-rw-r--r--vdagent/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vdagent/image.h b/vdagent/image.h
index da549d3..326d7f9 100644
--- a/vdagent/image.h
+++ b/vdagent/image.h
@@ -39,6 +39,8 @@ static inline size_t compute_dib_stride(unsigned int width, unsigned int bit_cou
return ((width * bit_count + 31u) & ~31u) / 8u;
}
+ImageCoder *create_bitmap_coder();
+
/**
* Returns image to put in the clipboard.
*