HomeSort by relevance Sort by last modified time
    Searched refs:RSSHOT_HEIGHT (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
client.h 515 #define RSSHOT_HEIGHT 200
screen.c 840 h = (vid.height < RSSHOT_HEIGHT) ? vid.height : RSSHOT_HEIGHT;
gl_screen.c 884 h = (vid.height < RSSHOT_HEIGHT) ? glheight : RSSHOT_HEIGHT;

Completed in 168 milliseconds