about summary refs log tree commit diff stats
path: root/event.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-19 14:52:19 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-19 14:52:19 +0100
commit2e95bc04135936ff8adc75e57e21f5edab56e0d6 (patch)
tree6bd7991a7cb484c29f06eaee7af0abf5341755ed /event.c
parent4cdbd523e5f02f7cf392dda8690f95ce6eaff9dd (diff)
downloaddwm-2e95bc04135936ff8adc75e57e21f5edab56e0d6.tar.gz
renamed Rule members, renamed RReg into Regexps
Diffstat (limited to 'event.c')
0 files changed, 0 insertions, 0 deletions
ey <dickey@invisible-island.net> 2001-06-03 21:17:35 -0400 snapshot of project "lynx", label v2-8-4dev_21' href='/ingrix/lynx-snapshots/commit/src/LYOptions.h?id=d1349dd61e0c9248ec9be3edaa37a67952e44300'>d1349dd6 ^
d3f9d547 ^
10f6c5df ^



ab1d1ae5 ^

c7bfda90 ^
ab1d1ae5 ^
0726d2fa ^
ab1d1ae5 ^

18024037 ^
d3f9d547 ^
0cb11571 ^
d3f9d547 ^
51a6f85e ^
d3f9d547 ^


e6ba2a01 ^
e087f6d4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31


                   
                      
                      
 
                                                 
 
                                         
                                    



                                   

                                
                                 
                                
 

                                                                                        
 
                       
                                                 
                             
 


                               
 
                        
#ifndef LYOPTIONS_H
#define LYOPTIONS_H

#include <LYStructs.h>
#include <LYStrings.h>

extern BOOLEAN term_options; /* for LYgetstr() */

extern BOOLEAN LYCheckUserAgent NOPARAMS;
extern void edit_bookmarks NOPARAMS;
extern  int popup_choice PARAMS((
	int		cur_choice,
	int		line,
	int		column,
	CONST char ** 	choices,
	int		length,
	int		disabled,
	BOOLEAN		mouse));

#define LYChoosePopup(cur, line, column, choices, length, disabled, mouse) \
	popup_choice(cur, line, column, (CONST char **)choices, length, disabled, mouse)

#ifndef NO_OPTION_FORMS
extern int postoptions PARAMS((DocInfo *newdoc));
#endif /* !NO_OPTION_FORMS */

#ifndef NO_OPTION_MENU
extern void LYoptions NOPARAMS;
#endif /* !NO_OPTION_MENU */

#endif /* LYOPTIONS_H */