summaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-06-12 10:17:39 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-06-15 13:04:19 -0700
commite00554bb70f4a754177993dce3a1d2eea3be8c3f (patch)
treedfde1fe40a53c427dade1ab57799c7e9b5d7be24 /xwayland
parent0a007dd21a23b148a80f84ecd7e7e7a0350a921f (diff)
downloadweston-e00554bb70f4a754177993dce3a1d2eea3be8c3f.tar.gz
xwayland: Fix a couple whitespace errors
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/window-manager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c
index 2b40d6a2..9b4e0886 100644
--- a/xwayland/window-manager.c
+++ b/xwayland/window-manager.c
@@ -44,12 +44,12 @@
#include "hash.h"
struct wm_size_hints {
- uint32_t flags;
+ uint32_t flags;
int32_t x, y;
int32_t width, height; /* should set so old wm's don't mess up */
int32_t min_width, min_height;
int32_t max_width, max_height;
- int32_t width_inc, height_inc;
+ int32_t width_inc, height_inc;
struct {
int32_t x;
int32_t y;
@@ -928,7 +928,7 @@ weston_wm_window_create_frame(struct weston_wm_window *window)
*/
static void
weston_wm_window_set_virtual_desktop(struct weston_wm_window *window,
- int desktop)
+ int desktop)
{
if (desktop >= 0) {
xcb_change_property(window->wm->conn,