Go to the source code of this file.
Defines | |
#define | XAP_DONTUSE_XOR 0 |
Quartz don't like XOR drawing. | |
#define | XAP_SINGLE_XAPAPP 0 |
On MacOS (X), apps can be open without any window so we should allow this. | |
#define | XAP_DONT_CONFIRM_QUIT 0 |
Tell if we must not ask before exiting AbiWord (quit). | |
#define | XAP_DONT_INLINE_XPM 0 |
Define to 1 if you don't inline XPMs into code but load them from disk files. | |
#define | XAP_PREFSMENU_UNDER_TOOLS 0 |
Define to 1 if Preferences should be under Tool XAP_PREFSMENU_UNDER_TOOLS. |
#define XAP_DONT_CONFIRM_QUIT 0 |
Tell if we must not ask before exiting AbiWord (quit).
#define XAP_DONT_INLINE_XPM 0 |
Define to 1 if you don't inline XPMs into code but load them from disk files.
MacOS X store them as PNG inside the bundle.
In the future, this should be 1 for UNIX as well.
#define XAP_DONTUSE_XOR 0 |
Quartz don't like XOR drawing.
So choose an alternate method. But since X11 don't like altenate method, we have to keep XOR in the code.
Platforms: pick up the one you prefer. By defautl XOR since it worked since
#define XAP_PREFSMENU_UNDER_TOOLS 0 |
Define to 1 if Preferences should be under Tool XAP_PREFSMENU_UNDER_TOOLS.
#define XAP_SINGLE_XAPAPP 0 |
On MacOS (X), apps can be open without any window so we should allow this.
This require some heavy changes to the framework. Disabled by default.