From 15a57c0b7343224ddcb904c3be36a2b2cca4e054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 21 Oct 2013 11:06:20 +0100 Subject: [PATCH] adapt for 4.1 --- ...rhbz-919070-display-1-means-span-all-display.patch | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/0001-Related-rhbz-919070-display-1-means-span-all-display.patch b/0001-Related-rhbz-919070-display-1-means-span-all-display.patch index f945dd2..817b1e0 100644 --- a/0001-Related-rhbz-919070-display-1-means-span-all-display.patch +++ b/0001-Related-rhbz-919070-display-1-means-span-all-display.patch @@ -165,15 +165,6 @@ index fef8407..4a3d01c 100644 #include #include #include -@@ -83,6 +86,8 @@ - #define GSM_DBUS_INTERFACE "org.gnome.SessionManager" - #endif - -+#include -+ - // make compile on gtk older than 2.10 - #if GTK_MINOR_VERSION < 10 - #define GDK_SUPER_MASK (1 << 26) @@ -814,6 +819,7 @@ void GtkSalFrame::InitCommon() m_pCurrentCursor = NULL; m_nKeyModifiers = 0; @@ -341,7 +332,7 @@ index fef8407..4a3d01c 100644 + GdkWindow* gdkwin = gtk_widget_get_window(pThis->m_pWindow); + if (gdkwin) + { -+ OUString sProgramURL( "$BRAND_BASE_DIR/" LIBO_LIBEXEC_FOLDER "/xid-fullscreen-on-all-monitors"); ++ OUString sProgramURL( "$BRAND_BASE_DIR/program/xid-fullscreen-on-all-monitors"); + rtl::Bootstrap::expandMacros(sProgramURL); + OUString sProgram; + if (osl::FileBase::getSystemPathFromFileURL(sProgramURL, sProgram) == osl::File::E_None)