diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-04-22 11:47:38 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-04-22 12:35:15 +0200 |
| commit | 7318931acca4e6928a8014dd00dc66f6f061b6c4 (patch) | |
| tree | ea8bc1b754f7cd2b609fc71ee69ff66a8e6a0eab /ui.h | |
| parent | 4d7c630ff37fd0609aa58f60d6bd08fe53e57533 (diff) | |
| download | vis-7318931acca4e6928a8014dd00dc66f6f061b6c4.tar.gz vis-7318931acca4e6928a8014dd00dc66f6f061b6c4.tar.xz | |
More renames, no functional changes
Win -> View, window_* -> view_*
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,10 +26,10 @@ struct Ui { void (*free)(Ui*); short (*color_get)(short fg, short bg); void (*resize)(Ui*); - UiWin* (*window_new)(Ui*, Win*, Text*); + UiWin* (*window_new)(Ui*, View*, Text*); void (*window_free)(UiWin*); void (*window_focus)(UiWin*); - UiWin* (*prompt_new)(Ui*, Win*, Text*); + UiWin* (*prompt_new)(Ui*, View*, Text*); void (*prompt)(Ui*, const char *title, const char *value); char* (*prompt_input)(Ui*); void (*prompt_hide)(Ui*); |
