[PATCH 1/5] Fix sn-launcher not using screen number
Julien Danjou
julien at danjou.info
Mon May 24 10:01:32 PDT 2010
Signed-off-by: Julien Danjou <julien at danjou.info>
---
libsn/sn-launcher.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libsn/sn-launcher.c b/libsn/sn-launcher.c
index 089b5c2..f1d5e99 100644
--- a/libsn/sn-launcher.c
+++ b/libsn/sn-launcher.c
@@ -78,6 +78,7 @@ sn_launcher_context_new (SnDisplay *display,
context->refcount = 1;
context->display = display;
+ context->screen = screen;
sn_display_ref (context->display);
context->workspace = -1;
--
1.7.1
More information about the xdg
mailing list