71f164ac1e
Here are four patches. Three of them add expressions for games. The fourth, irssi-perl.patch, adds perl as an input for irssi, so that one can run perl plugins in irssi. I didn't make the perl input optional, but maybe it should be to keep the irssi expression light. svn path=/nixpkgs/trunk/; revision=21813
14 lines
361 B
Diff
14 lines
361 B
Diff
diff --git a/src/menu.h b/src/menu.h
|
|
index 3c67c45..7c7ab8e 100644
|
|
--- a/src/menu.h
|
|
+++ b/src/menu.h
|
|
@@ -207,7 +207,7 @@ public:
|
|
|
|
bool isToggled(int id);
|
|
|
|
- void Menu::get_controlfield_key_into_input(MenuItem *item);
|
|
+ void get_controlfield_key_into_input(MenuItem *item);
|
|
|
|
void draw ();
|
|
void draw_item(int index, int menu_width, int menu_height);
|