mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.CtrlLib: ChGtk issues
git-svn-id: svn://ultimatepp.org/upp/trunk@3422 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ac648bbee1
commit
75b38354b9
3 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifdef PLATFORM_X11
|
||||
#ifndef flagNOGTK
|
||||
|
||||
#include "CtrlLib.h"
|
||||
#include "ChGtk.h"
|
||||
|
||||
|
|
@ -719,3 +722,6 @@ void ChHostSkin()
|
|||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#ifdef PLATFORM_X11
|
||||
|
||||
#define Time XTime
|
||||
#define Font XFont
|
||||
#define Display XDisplay
|
||||
|
|
@ -124,3 +126,5 @@ int GtkStyleInt(const char *name);
|
|||
String GtkStyleString(const char *name);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -528,6 +528,4 @@ String GtkStyleString(const char *name)
|
|||
END_UPP_NAMESPACE
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue