X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.h;h=6f659a988820d16747c2bad37d4d8f43e398cd62;hb=1df4e327607f7dcf56826928efdddb809d8f1fc3;hp=2f325dff919a76e001039bc49414ce95b1e6cec8;hpb=de4f92ccc66c1dad1a2820a07d1f0161bd61a855;p=chaz%2Fopenbox diff --git a/openbox/openbox.h b/openbox/openbox.h index 2f325dff..6f659a98 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -42,10 +42,14 @@ void ob_restart_other(const gchar *path); void ob_restart(); void ob_exit(); +void ob_reconfigure(); + void ob_exit_with_error(gchar *msg); Cursor ob_cursor(ObCursor cursor); KeyCode ob_keycode(ObKey key); +gchar *ob_expand_tilde(const gchar *f); + #endif