HomeSort by: relevance | last modified time | path
    Searched refs:last_max_x (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/aiomixer/
app.h 69 int last_max_x; member in struct:aiomixer
draw.c 372 aio->last_max_x = getmaxx(stdscr);
385 if (aio->last_max_x != max_x) {
386 aio->last_max_x = max_x;

Completed in 13 milliseconds