From a85f458535c44c9d9eb4f7bd1e4058e341882150 Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 29 Sep 2010 11:36:36 +0300 Subject: [PATCH] added defines --- xscreensaver/hacks/screenhack.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/xscreensaver/hacks/screenhack.c b/xscreensaver/hacks/screenhack.c index 35ab612..44c9ec4 100644 --- a/xscreensaver/hacks/screenhack.c +++ b/xscreensaver/hacks/screenhack.c @@ -530,11 +530,21 @@ run_screenhack_table (Display *dpy, #define LIVEWP_PAUSE_LIVEBG_ON_VIEW2 "pause_livebg_on_view2" #define LIVEWP_PAUSE_LIVEBG_ON_VIEW3 "pause_livebg_on_view3" #define LIVEWP_PAUSE_LIVEBG_ON_VIEW4 "pause_livebg_on_view4" +#define LIVEWP_PAUSE_LIVEBG_ON_VIEW5 "pause_livebg_on_view5" +#define LIVEWP_PAUSE_LIVEBG_ON_VIEW6 "pause_livebg_on_view6" +#define LIVEWP_PAUSE_LIVEBG_ON_VIEW7 "pause_livebg_on_view7" +#define LIVEWP_PAUSE_LIVEBG_ON_VIEW8 "pause_livebg_on_view8" +#define LIVEWP_PAUSE_LIVEBG_ON_VIEW9 "pause_livebg_on_view9" #define LIVEWP_PAUSE_LIVEBG_ON_VIEW "pause_livebg_on_view" #define LIVEWP_PLAY_LIVEBG_ON_VIEW1 "play_livebg_on_view1" #define LIVEWP_PLAY_LIVEBG_ON_VIEW2 "play_livebg_on_view2" #define LIVEWP_PLAY_LIVEBG_ON_VIEW3 "play_livebg_on_view3" #define LIVEWP_PLAY_LIVEBG_ON_VIEW4 "play_livebg_on_view4" +#define LIVEWP_PLAY_LIVEBG_ON_VIEW5 "play_livebg_on_view5" +#define LIVEWP_PLAY_LIVEBG_ON_VIEW6 "play_livebg_on_view6" +#define LIVEWP_PLAY_LIVEBG_ON_VIEW7 "play_livebg_on_view7" +#define LIVEWP_PLAY_LIVEBG_ON_VIEW8 "play_livebg_on_view8" +#define LIVEWP_PLAY_LIVEBG_ON_VIEW9 "play_livebg_on_view9" #define LIVEWP_PLAY_LIVEBG_ON_VIEW "play_livebg_on_view" DBusMessage* msg; DBusConnection* conn; -- 1.7.9.5