From 2ec0acc972120c08b0c2d7e3108aa488d549ddce Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 13 Feb 2014 02:30:28 +0100 Subject: [PATCH] Formatting (removed tab characters). --- src/x11_platform.h | 26 +++++++++++++------------- src/x11_window.c | 10 +++++----- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/x11_platform.h b/src/x11_platform.h index 398af82a..235c0f3f 100644 --- a/src/x11_platform.h +++ b/src/x11_platform.h @@ -119,16 +119,16 @@ typedef struct _GLFWlibraryX11 Atom NET_ACTIVE_WINDOW; Atom MOTIF_WM_HINTS; - // Xdnd (drag and drop) atoms - Atom XdndAware; - Atom XdndEnter; - Atom XdndPosition; - Atom XdndStatus; - Atom XdndActionCopy; - Atom XdndDrop; - Atom XdndLeave; - Atom XdndFinished; - Atom XdndSelection; + // Xdnd (drag and drop) atoms + Atom XdndAware; + Atom XdndEnter; + Atom XdndPosition; + Atom XdndStatus; + Atom XdndActionCopy; + Atom XdndDrop; + Atom XdndLeave; + Atom XdndFinished; + Atom XdndSelection; // Selection (clipboard) atoms Atom TARGETS; @@ -201,9 +201,9 @@ typedef struct _GLFWlibraryX11 char* string; } selection; - struct { - Window source; - } xdnd; + struct { + Window source; + } xdnd; struct { int present; diff --git a/src/x11_window.c b/src/x11_window.c index fd7fbd21..56ee531e 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -45,11 +45,11 @@ typedef struct { - unsigned long flags; - unsigned long functions; - unsigned long decorations; - long input_mode; - unsigned long status; + unsigned long flags; + unsigned long functions; + unsigned long decorations; + long input_mode; + unsigned long status; } MotifWmHints; #define MWM_HINTS_DECORATIONS (1L << 1)