mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 12:11:00 +00:00
fix #if stuff to include xgps
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4231 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d888b218dd
commit
02aed28501
1 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ void __dummy_GMAppKit_functionForLinking() {}
|
||||||
NSMenu* mainMenu = [self mainMenu];
|
NSMenu* mainMenu = [self mainMenu];
|
||||||
|
|
||||||
[mainMenu update];
|
[mainMenu update];
|
||||||
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY
|
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY || XGPS_BACKEND_LIBRARY
|
||||||
[mainMenu display];
|
[mainMenu display];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -688,7 +688,7 @@ void __dummy_GMAppKit_functionForLinking() {}
|
||||||
|
|
||||||
- (void)encodeWithModelArchiver:(GMArchiver*)archiver
|
- (void)encodeWithModelArchiver:(GMArchiver*)archiver
|
||||||
{
|
{
|
||||||
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY
|
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY || XGPS_BACKEND_LIBRARY
|
||||||
[super encodeWithModelArchiver:archiver];
|
[super encodeWithModelArchiver:archiver];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -702,7 +702,7 @@ void __dummy_GMAppKit_functionForLinking() {}
|
||||||
|
|
||||||
- (id)initWithModelUnarchiver:(GMUnarchiver*)unarchiver
|
- (id)initWithModelUnarchiver:(GMUnarchiver*)unarchiver
|
||||||
{
|
{
|
||||||
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY
|
#if XDPS_BACKEND_LIBRARY || XRAW_BACKEND_LIBRARY || XGPS_BACKEND_LIBRARY
|
||||||
self = [super initWithModelUnarchiver:unarchiver];
|
self = [super initWithModelUnarchiver:unarchiver];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue