Annotation of quake1/screen.h, revision 1.1.1.2

1.1       root        1: // screen.h
                      2: 
                      3: void SCR_Init (void);
                      4: 
                      5: void SCR_UpdateScreen (void);
                      6: 
                      7: 
                      8: void SCR_SizeUp (void);
                      9: void SCR_SizeDown (void);
                     10: void SCR_BringDownConsole (void);
                     11: void SCR_CenterPrint (char *str);
                     12: 
                     13: void SCR_BeginLoadingPlaque (void);
                     14: void SCR_EndLoadingPlaque (void);
                     15: 
                     16: int SCR_ModalMessage (char *text);
                     17: 
                     18: extern float           scr_con_current;
                     19: extern float           scr_conlines;           // lines of console to display
                     20: 
                     21: extern int                     scr_fullupdate; // set to 0 to force full redraw
                     22: extern int                     sb_lines;
                     23: 
                     24: extern int                     clearnotify;    // set to 0 whenever notify text is drawn
                     25: extern qboolean        scr_disabled_for_loading;
1.1.1.2 ! root       26: extern qboolean        scr_skipupdate;
1.1       root       27: 
                     28: extern cvar_t          scr_viewsize;
                     29: 
                     30: extern cvar_t scr_viewsize;
                     31: 
                     32: // only the refresh window will be updated unless these variables are flagged 
                     33: extern int                     scr_copytop;
                     34: extern int                     scr_copyeverything;
1.1.1.2 ! root       35: 
        !            36: void SCR_UpdateWholeScreen (void);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.