diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-15 12:27:57 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-15 12:27:57 +0100 |
commit | 7eb5cc4b9719cb52d931f91914d11830f6b82385 (patch) | |
tree | a850ee3b91e48bb388098f480fb895e31a80451c /src/gui/gtk/gui-gtk-window.c | |
parent | a64dad2597796cfc56bdebf624bcf4984991ad8b (diff) | |
download | weechat-7eb5cc4b9719cb52d931f91914d11830f6b82385.zip |
core: move comments with description of C file to top of files
Diffstat (limited to 'src/gui/gtk/gui-gtk-window.c')
-rw-r--r-- | src/gui/gtk/gui-gtk-window.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/gtk/gui-gtk-window.c b/src/gui/gtk/gui-gtk-window.c index ba912a866..9efd0665c 100644 --- a/src/gui/gtk/gui-gtk-window.c +++ b/src/gui/gtk/gui-gtk-window.c @@ -1,4 +1,6 @@ /* + * gui-gtk-window.c - window display functions for Gtk GUI + * * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. */ -/* - * gui-gtk-window.c: window display functions for Gtk GUI - */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif |