[MSPAINT_NEW] implement fullscreen view
[reactos.git] / reactos / base / applications / mspaint_new / globalvar.h
index 7961100..da57d0d 100644 (file)
@@ -20,6 +20,9 @@ extern int heightSetInDlg;
 
 extern STRETCHSKEW stretchSkew;
 
+class RegistrySettings;
+extern RegistrySettings registrySettings;
+
 class ImageModel;
 extern ImageModel imageModel;
 extern BOOL askBeforeEnlarging;
@@ -70,6 +73,7 @@ extern BOOL showGrid;
 extern BOOL showMiniature;
 
 class CMainWindow;
+class CFullscreenWindow;
 class CMiniatureWindow;
 class CToolBox;
 class CToolSettingsWindow;
@@ -81,6 +85,7 @@ class CSizeboxWindow;
 class CTextEditWindow;
 
 extern CMainWindow mainWindow;
+extern CFullscreenWindow fullscreenWindow;
 extern CMiniatureWindow miniature;
 extern CToolBox toolBoxContainer;
 extern CToolSettingsWindow toolSettingsWindow;