From b543af60b3b625f978bec0eacc7da31cd9d347f6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 1 Sep 2003 00:53:55 +0000 Subject: move expand_tilde to ob_expand_tilde in openbox.c to make it global. use it on the command read in the menu parsing for pipe menus. use it on the command read for execute/restart actions. --- openbox/openbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/openbox.h') diff --git a/openbox/openbox.h b/openbox/openbox.h index 2f325dff..a01e792c 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -48,4 +48,6 @@ Cursor ob_cursor(ObCursor cursor); KeyCode ob_keycode(ObKey key); +gchar *ob_expand_tilde(const gchar *f); + #endif -- cgit v1.2.3