[Xfce4-commits] <terminal:master> Code style cleanups.

Nick Schermer noreply at xfce.org
Wed Dec 26 22:22:01 CET 2012


Updating branch refs/heads/master
         to 349662efdef4a5c8015ad39e2ad85d943905f587 (commit)
       from adc59a2391d5ff2fdb8837556c034c7198822c71 (commit)

commit 349662efdef4a5c8015ad39e2ad85d943905f587
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Dec 26 20:48:02 2012 +0100

    Code style cleanups.

 terminal/terminal-window.c |    6 ++++++
 terminal/terminal-window.h |    5 -----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 1521e9e..6d8a64d 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -184,6 +184,11 @@ static void            terminal_window_action_about                  (GtkAction
 
 
 
+struct _TerminalWindowClass
+{
+  GtkWindowClass __parent__;
+};
+
 struct _TerminalWindow
 {
   GtkWindow            __parent__;
@@ -748,6 +753,7 @@ terminal_window_update_actions (TerminalWindow *window)
 }
 
 
+
 static void
 terminal_window_rebuild_gomenu (TerminalWindow *window)
 {
diff --git a/terminal/terminal-window.h b/terminal/terminal-window.h
index df57537..1a0922c 100644
--- a/terminal/terminal-window.h
+++ b/terminal/terminal-window.h
@@ -36,11 +36,6 @@ G_BEGIN_DECLS
 typedef struct _TerminalWindowClass TerminalWindowClass;
 typedef struct _TerminalWindow      TerminalWindow;
 
-struct _TerminalWindowClass
-{
-  GtkWindowClass __parent__;
-};
-
 GType           terminal_window_get_type             (void) G_GNUC_CONST;
 
 GtkWidget      *terminal_window_new                  (gboolean            fullscreen,


More information about the Xfce4-commits mailing list