diff options
Diffstat (limited to 'src/ui/root.h')
-rw-r--r-- | src/ui/root.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/root.h b/src/ui/root.h index 65da8d85..39e7bf3c 100644 --- a/src/ui/root.h +++ b/src/ui/root.h | |||
@@ -13,6 +13,7 @@ struct Impl_Root { | |||
13 | iWidget * focus; | 13 | iWidget * focus; |
14 | iPtrArray *onTop; /* order is important; last one is topmost */ | 14 | iPtrArray *onTop; /* order is important; last one is topmost */ |
15 | iPtrSet * pendingDestruction; | 15 | iPtrSet * pendingDestruction; |
16 | int loadAnimTimer; | ||
16 | }; | 17 | }; |
17 | 18 | ||
18 | iDeclareTypeConstruction(Root) | 19 | iDeclareTypeConstruction(Root) |