separated wxDash type from platform specific wxGTKDash type

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2000-03-12 11:49:19 +00:00
parent 8f19c916dc
commit 2eca425d4b
6 changed files with 50 additions and 54 deletions

View File

@@ -21,13 +21,21 @@
#include "wx/gdiobj.h"
#include "wx/gdicmn.h"
#include <gtk/gtk.h>
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------
class wxPen;
typedef char wxDash;
typedef wxInt8 wxDash;
#if GTK_CHECK_VERSION(1,2,7)
typedef gint8 wxGTKDash;
#else
typedef gchar wxGTKDash;
#endif
//-----------------------------------------------------------------------------
// wxPen