Layout: Get the selected screen before toggle resizhint.

This commit is contained in:
Martin Duquesnoy
2009-08-19 23:16:10 +02:00
parent 93f2fe49fa
commit 020e2c88c7
8 changed files with 104 additions and 69 deletions

View File

@@ -50,6 +50,8 @@
/* Comment character */
#define COMMENT_CHAR '#'
enum { SecStart, SecEnd, SecLast };
typedef struct
{
long int num;
@@ -65,6 +67,7 @@ char *erase_sec_content(char *buf);
char *opt_srch(char *buf, char *opt);
opt_type str_to_opt(char *str);
char *clean_value(char *str);
char **secname(char *name);
/* confparse.c */
char *file_to_str(char *path);