diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-06-17 12:30:18 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-06-17 12:30:18 +0000 |
commit | 9277a0f169690ad7b1dc2f5ca9a753ad691c724b (patch) | |
tree | f70d60a3025d43f6b0c84cde4c18622fbcf5e48c /app/cwm/search.c | |
parent | 7591ff49291cd7ec18b9097cb3dfc92e374e2eb7 (diff) |
move like defines to a central, logical location; no binary change.
aok oga@
Diffstat (limited to 'app/cwm/search.c')
-rw-r--r-- | app/cwm/search.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/cwm/search.c b/app/cwm/search.c index 6a39bffba..a3efec2c4 100644 --- a/app/cwm/search.c +++ b/app/cwm/search.c @@ -14,14 +14,12 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: search.c,v 1.15 2009/05/18 00:23:35 okan Exp $ + * $Id: search.c,v 1.16 2009/06/17 12:30:17 okan Exp $ */ #include "headers.h" #include "calmwm.h" -#define SearchMask (KeyPressMask|ExposureMask) - static int strsubmatch(char *, char *, int); /* |