summaryrefslogtreecommitdiffstats
path: root/client/x11/x_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/x11/x_platform.h')
-rw-r--r--client/x11/x_platform.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/client/x11/x_platform.h b/client/x11/x_platform.h
index 93debdcc..24f73ac4 100644
--- a/client/x11/x_platform.h
+++ b/client/x11/x_platform.h
@@ -42,15 +42,15 @@ public:
static bool is_x_shm_avail();
static XImage *create_x_shm_image(RedDrawable::Format format,
- int width, int height, int depth,
- Visual *visual,
- XShmSegmentInfo **shminfo_out);
+ int width, int height, int depth,
+ Visual *visual,
+ XShmSegmentInfo **shminfo_out);
static XImage *create_x_image(RedDrawable::Format format,
- int width, int height, int depth,
- Visual *visual,
- XShmSegmentInfo **shminfo_out);
+ int width, int height, int depth,
+ Visual *visual,
+ XShmSegmentInfo **shminfo_out);
static void free_x_image(XImage *image,
- XShmSegmentInfo *shminfo);
+ XShmSegmentInfo *shminfo);
};
#endif