Fix for a crash which happened when a document couldn't be opened.
[AROS-Contrib.git] / fish / surf / scrndef.h
blob36d621c96362ca67bb62d1b6ac610c1d8bda69ba
1 #ifndef SCRNDEF_H_FILE
2 #define SCRNDEF_H_FILE
4 #define ButHeight 10 /* height of GadWin */
5 #define SurfInitW 320 /* initial width */
6 #define SurfInitH 200 /* initial height */
7 #define SurfInitD 4 /* 16 color */
8 #define SurfInitType 0 /* Lores */
10 extern struct NewWindow SurfWinDef;
11 extern struct NewWindow CntrlWinDef;
12 extern struct NewScreen SurfScrnDef;
13 extern struct NewWindow GadWinDef;
15 #endif /* !SCRNDEF_H_FILE */