GTK+ headers aren't needed anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,11 +18,6 @@
|
|||||||
#include "wx/stc/stc.h"
|
#include "wx/stc/stc.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef __WXGTK__
|
|
||||||
#include <gtk/gtk.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
Point Point::FromLong(long lpoint) {
|
Point Point::FromLong(long lpoint) {
|
||||||
return Point(lpoint & 0xFFFF, lpoint >> 16);
|
return Point(lpoint & 0xFFFF, lpoint >> 16);
|
||||||
}
|
}
|
||||||
|
@@ -18,11 +18,6 @@
|
|||||||
#include "wx/stc/stc.h"
|
#include "wx/stc/stc.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef __WXGTK__
|
|
||||||
#include <gtk/gtk.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
Point Point::FromLong(long lpoint) {
|
Point Point::FromLong(long lpoint) {
|
||||||
return Point(lpoint & 0xFFFF, lpoint >> 16);
|
return Point(lpoint & 0xFFFF, lpoint >> 16);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user