[webkit-reviews] review granted: [Bug 12160] Linux/Gdk build fixes : [Attachment 13046] linux\gdk build fixes for EditorClientGdk and FrameGdk

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Thu Feb 8 12:45:09 PST 2007


Adam Roben <aroben at apple.com> has granted Adam Roben <aroben at apple.com>'s
request for review:
Bug 12160: Linux/Gdk build fixes
http://bugs.webkit.org/show_bug.cgi?id=12160

Attachment 13046: linux\gdk build fixes for EditorClientGdk and FrameGdk
http://bugs.webkit.org/attachment.cgi?id=13046&action=edit

------- Additional Comments from Adam Roben <aroben at apple.com>
+#ifndef EditorClientGtk_H
+#define EditorClientGtk_H

   Sould be EditorClientGdk_h (t -> d and lowercase h)

+#include <gdk/gdk.h>
+#include <gtk/gtk.h>

   These headers should go at the end of the list.

+#include <gdk/gdk.h>
+#include <gtk/gtk.h>

   Ditto (in main.cpp)

   r=me.



More information about the webkit-reviews mailing list