Kaydet (Commit) 2abc7a6a authored tarafından Guido van Rossum's avatar Guido van Rossum

Added font manager initialization.

üst e543a947
......@@ -134,6 +134,9 @@ extern void initamoeba();
#endif
#ifdef USE_GL
extern void initgl();
#ifdef USE_FM
extern void initfm();
#endif
#ifdef USE_PANEL
extern void initpanel();
#endif
......@@ -167,6 +170,9 @@ struct {
#ifdef USE_GL
{"gl", initgl},
#ifdef USE_FM
{"fm", initfm},
#endif
#ifdef USE_PANEL
{"pnl", initpanel},
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment