Home
last modified time | relevance | path

Searched refs:swindow_new (Results 1 – 2 of 2) sorted by relevance

/dports/audio/vitunes/vitunes-2.3/
H A Duinterface.c27 swindow_new(int h, int w, int y, int x) in swindow_new() function
135 ui.library = swindow_new(lines - 3, ui.lwidth, 2, 0); in ui_init()
136 ui.playlist = swindow_new(lines - 3, cols - ui.lwidth - 1, 2, ui.lwidth + 1); in ui_init()
H A Duinterface.h50 swindow *swindow_new(int h, int w, int y, int x);