summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiutils_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapiutils_x11.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapiutils_x11.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiutils_x11.c b/gst-libs/gst/vaapi/gstvaapiutils_x11.c
index 1f9fd0ba..a4f943c9 100644
--- a/gst-libs/gst/vaapi/gstvaapiutils_x11.c
+++ b/gst-libs/gst/vaapi/gstvaapiutils_x11.c
@@ -53,15 +53,9 @@ x11_untrap_errors (void)
}
// X window management
-static const int x11_event_mask =
- (KeyPressMask |
- KeyReleaseMask |
- ButtonPressMask |
- ButtonReleaseMask |
- PointerMotionMask |
- EnterWindowMask |
- ExposureMask |
- StructureNotifyMask);
+static const int x11_event_mask = (KeyPressMask | KeyReleaseMask
+ | ButtonPressMask | ButtonReleaseMask | PointerMotionMask
+ | EnterWindowMask | ExposureMask | StructureNotifyMask);
/**
* x11_create_window: