mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3520 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c0ad3ed6e9
commit
ed13d210da
4 changed files with 7 additions and 13 deletions
|
|
@ -5,12 +5,10 @@
|
|||
|
||||
#ifdef PLATFORM_WIN32
|
||||
#include "Win32Gui.h"
|
||||
#define GUI_WIN
|
||||
#endif
|
||||
|
||||
#ifdef PLATFORM_X11
|
||||
#include "X11Gui.h"
|
||||
#define GUI_X11
|
||||
#endif
|
||||
|
||||
NAMESPACE_UPP
|
||||
|
|
@ -1532,8 +1530,6 @@ void AppendClipboardImage(const Image& img);
|
|||
inline void WriteClipboardImage(const Image& img)
|
||||
{ ClearClipboard(); AppendClipboardImage(img); }
|
||||
|
||||
#include <CtrlCore/TopWindow.h>
|
||||
|
||||
bool (*&DisplayErrorFn())(const Value& v);
|
||||
inline bool DisplayError(const Value& v) { return DisplayErrorFn()(v); }
|
||||
|
||||
|
|
@ -1545,6 +1541,8 @@ String EncodeRTF(const RichText& richtext, byte charset, int dot_page_width)
|
|||
String EncodeRTF(const RichText& richtext);
|
||||
RichText ParseRTF(const char *rtf);
|
||||
|
||||
#include <CtrlCore/TopWindow.h>
|
||||
|
||||
#include GUIPLATFORM_INCLUDE_AFTER
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#define GUI_WIN
|
||||
|
||||
NAMESPACE_UPP
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifdef PLATFORM_X11
|
||||
#define GUI_X11
|
||||
|
||||
#define Time XTime
|
||||
#define Font XFont
|
||||
|
|
@ -225,12 +225,7 @@ public:
|
|||
|
||||
END_UPP_NAMESPACE
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef PLATFORM_X11
|
||||
#include "X11/keysym.h"
|
||||
#endif
|
||||
|
||||
|
||||
#define GUIPLATFORM_KEYCODES_INCLUDE "X11Keys.h"
|
||||
|
|
@ -247,8 +242,6 @@ END_UPP_NAMESPACE
|
|||
#define GUIPLATFORM_PASTECLIP_DECLS \
|
||||
int type;
|
||||
|
||||
#define GUIPLATFORM_INCLUDE_AFTER "X11GuiA.h"
|
||||
|
||||
NAMESPACE_UPP
|
||||
|
||||
String XAtomName(Atom atom);
|
||||
|
|
@ -262,4 +255,6 @@ Index<Atom>& _NET_Supported();
|
|||
|
||||
#include "stdids.h"
|
||||
|
||||
#define GUIPLATFORM_INCLUDE_AFTER "X11GuiA.h"
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include "Draw/init"
|
||||
#include "plugin\bmp/init"
|
||||
#include "RichText/init"
|
||||
#define BLITZ_INDEX__ FDDB666BB117D4619615856200AE13D49
|
||||
#define BLITZ_INDEX__ F429D64BFEFB24DFF5EC8CD3A047A401C
|
||||
#include "CtrlCore.icpp"
|
||||
#undef BLITZ_INDEX__
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue