summaryrefslogtreecommitdiff
path: root/src/corelib/fpg_main.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/fpg_main.pas')
-rw-r--r--src/corelib/fpg_main.pas4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas
index 545b899e..a5eb98cc 100644
--- a/src/corelib/fpg_main.pas
+++ b/src/corelib/fpg_main.pas
@@ -476,7 +476,9 @@ uses
fpg_imgutils,
fpg_stylemanager,
fpg_style_win2k, // TODO: This needs to be removed!
- fpg_style_motif; // TODO: This needs to be removed!
+ fpg_style_motif, // TODO: This needs to be removed!
+ fpg_style_carbon,
+ fpg_style_plastic;
var
fpgTimers: TList;