aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/x11/x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/x11/x11.cpp')
-rw-r--r--backends/platform/x11/x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/x11/x11.cpp b/backends/platform/x11/x11.cpp
index 3c809c8c06..329d994335 100644
--- a/backends/platform/x11/x11.cpp
+++ b/backends/platform/x11/x11.cpp
@@ -439,7 +439,7 @@ void OSystem_X11::setPalette(const byte *colors, uint start, uint num) {
_palette_changed = true;
}
-#define AddDirtyRec(xi,yi,wi,hi) \
+#define AddDirtyRec(xi,yi,wi,hi) \
if (_num_of_dirty_rects < MAX_NUMBER_OF_DIRTY_RECTS) { \
_ds[_num_of_dirty_rects].x = xi; \
_ds[_num_of_dirty_rects].y = yi; \