include X11/Xmu/WinUtil.h after including the GTK+/GDK headers.

2003-03-26  Sven Neumann  <sven@gimp.org>

        * tools/gimp-remote.c: include X11/Xmu/WinUtil.h after including
        the GTK+/GDK headers.
This commit is contained in:
Sven Neumann
2003-03-26 15:38:36 +00:00
committed by Sven Neumann
parent 1eb9cc26f8
commit ba8060a839
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-03-26 Sven Neumann <sven@gimp.org>
* tools/gimp-remote.c: include X11/Xmu/WinUtil.h after including
the GTK+/GDK headers.
2003-03-26 Sven Neumann <sven@gimp.org>
* app/widgets/gimpcontainergridview.c: implemented GtkWidget::focus.

View File

@ -46,11 +46,11 @@
#include <string.h>
#include <stdlib.h>
#include <X11/Xmu/WinUtil.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
#include <X11/Xmu/WinUtil.h>
#include "libgimpbase/gimpversion.h"