aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-07-13 19:01:15 +0000
committerKalle Wallin <kaw@linux.se>2004-07-13 19:01:15 +0000
commit26065fc82767293875ac66e0c57d163416bf24df (patch)
tree4bf850ef594e1f6950e5d4bb9612d60418a46db3 /src/screen.h
parent0c1c6a258b7a2675cc9eb930ec59378dcac1d030 (diff)
downloadmpd-26065fc82767293875ac66e0c57d163416bf24df.tar.gz
mpd-26065fc82767293875ac66e0c57d163416bf24df.tar.xz
mpd-26065fc82767293875ac66e0c57d163416bf24df.zip
Moved definitions from screen.h to ncmpc.h
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1866 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/screen.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/screen.h b/src/screen.h
index 8f95d7a86..fe6b394a3 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -3,10 +3,6 @@
#include <ncurses.h>
#include "list_window.h"
-/* minumum window size */
-#define SCREEN_MIN_COLS 14
-#define SCREEN_MIN_ROWS 5
-
#define IS_PLAYING(s) (s==MPD_STATUS_STATE_PLAY)
#define IS_PAUSED(s) (s==MPD_STATUS_STATE_PAUSE)
#define IS_STOPPED(s) (!(IS_PLAYING(s) | IS_PAUSED(s)))
@@ -34,7 +30,6 @@ typedef struct
int cols, rows;
- //screen_mode_t mode;
int mode;
char *buf;