c8442d53ba
Ratmen is a simple program that allows you to create X menus from the shell, where each menu item will run a command. It is intended for use with 9wm, but can be used with any other window manager. Basically this program does what ratmenu does, only better.
13 lines
462 B
Text
13 lines
462 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/04/12 17:14:35 minskim Exp $
|
|
|
|
--- ratmen.c.orig 2003-03-28 11:34:08.000000000 +0100
|
|
+++ ratmen.c
|
|
@@ -128,7 +128,7 @@ int unfocus_exit = Undef;
|
|
|
|
|
|
/* function prototypes */
|
|
-int strcasecmp(char*, char*); /* string comparison */
|
|
+int strcasecmp(const char*, const char*); /* string comparison */
|
|
void ask_wm_for_delete(void);
|
|
void reap(int);
|
|
void redraw_snazzy(int, int, int);
|