mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-23 06:12:17 -06:00
16 lines
No EOL
239 B
C++
16 lines
No EOL
239 B
C++
#include <CtrlCore/CtrlCore.h>
|
|
|
|
#ifdef GUI_GTK
|
|
|
|
NAMESPACE_UPP
|
|
|
|
void InitGtkApp(int argc, char **argv, const char **envptr)
|
|
{
|
|
gtk_init(0, NULL);
|
|
Ctrl::GlobalBackBuffer();
|
|
SetStdFont(Arial(12));
|
|
}
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif |