[Webkit-unassigned] [Bug 12160] Linux/Gdk build fixes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 8 12:45:10 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12160


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13046|review?                     |review+
               Flag|                            |




------- Comment #41 from aroben at apple.com  2007-02-08 12:45 PDT -------
(From update of attachment 13046)
+#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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list