diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-07 01:41:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-07 01:41:48 +0000 |
| commit | 740c8af41e77a0cf5a748a7530d19405ad6739c0 (patch) | |
| tree | 9ad595d0619f6f9a9100efb8b5d5353ff7f5ca8d /openbox/screen.h | |
| parent | f506cbceae9e3d41f1e6e09d7c5e83ab3935adf9 (diff) | |
add .desktops for running Openbox, KDE/Openbox and GNOME/Openbox
add more .desktops for gnome and update it
add scripts to run an KDE/Openbox and GNOME/Openbox session
also add scripts for openbox-gnome and openbox-kde which are placeholders and will be replaced by real programs.
also set the name on the wm_support_win to be how we were called (which is passed in the environment) rather than just "Openbox"
add an envionment variable for wanting to be notified (SIGUSR2) when openbox reconfigures. this would be used by openbox-shell to update the root window.. if i make such a thing.. i dunno.
Diffstat (limited to 'openbox/screen.h')
| -rw-r--r-- | openbox/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.h b/openbox/screen.h index b4c510a7..ccaa4f57 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -53,7 +53,7 @@ extern DesktopLayout screen_desktop_layout; extern gchar **screen_desktop_names; /*! Take over the screen, set the basic hints on it claming it as ours */ -gboolean screen_annex(); +gboolean screen_annex(const gchar *program_name); /*! Once the screen is ours, set up its initial state */ void screen_startup(gboolean reconfig); |
