summaryrefslogtreecommitdiffstats
path: root/client/x11/red_pixmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/x11/red_pixmap.cpp')
-rw-r--r--client/x11/red_pixmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/x11/red_pixmap.cpp b/client/x11/red_pixmap.cpp
index 85a45515..8452596d 100644
--- a/client/x11/red_pixmap.cpp
+++ b/client/x11/red_pixmap.cpp
@@ -25,7 +25,7 @@ RedPixmap::RedPixmap(int width, int height, RedPixmap::Format format,
: _format (format)
, _width (width)
, _height (height)
- , _stride (ALIGN(width * (_format == RedPixmap::A1 ? 1 : 32), 32) / 8)
+ , _stride (SPICE_ALIGN(width * (_format == RedPixmap::A1 ? 1 : 32), 32) / 8)
, _top_bottom (top_bottom)
, _data (NULL)
{