Annotation of quake1/screen.h, revision 1.1

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;
        !            26: 
        !            27: extern cvar_t          scr_viewsize;
        !            28: 
        !            29: extern cvar_t scr_viewsize;
        !            30: 
        !            31: // only the refresh window will be updated unless these variables are flagged 
        !            32: extern int                     scr_copytop;
        !            33: extern int                     scr_copyeverything;

unix.superglobalmegacorp.com

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