[mutter/wayland] xwayland: Make file cosmetically modern
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wayland] xwayland: Make file cosmetically modern
- Date: Wed, 2 Apr 2014 15:42:55 +0000 (UTC)
commit e07bd15fc2bd6a3e6817e70f3525c10dead9c6bc
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Apr 1 20:35:26 2014 -0400
xwayland: Make file cosmetically modern
Put a modeline, include "config.h", and shift around the include ordering
src/wayland/meta-xwayland.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/src/wayland/meta-xwayland.c b/src/wayland/meta-xwayland.c
index 9ef6398..4fcadcf 100644
--- a/src/wayland/meta-xwayland.c
+++ b/src/wayland/meta-xwayland.c
@@ -1,3 +1,5 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+
/*
* X Wayland Support
*
@@ -19,8 +21,11 @@
* 02111-1307, USA.
*/
-#include <glib.h>
+#include "config.h"
+
+#include "meta-xwayland-private.h"
+#include <glib.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
@@ -29,7 +34,6 @@
#include <sys/wait.h>
#include <stdlib.h>
-#include "meta-xwayland-private.h"
#include "meta-window-actor-private.h"
#include "xserver-server-protocol.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]