diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-10-13 02:07:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-10-13 02:07:55 +0800 |
commit | 3e4b6a2ccc8095ae85e1f33d6e8e3f77a0dab851 (patch) | |
tree | 530ccd6f4a8d40c120ea3c10b1cce4e202aa1302 /x11 | |
parent | 4f7be41947ffe9c2dd807f4e518f152d6f4a5ba7 (diff) | |
download | marcuscom-ports-3e4b6a2ccc8095ae85e1f33d6e8e3f77a0dab851.tar marcuscom-ports-3e4b6a2ccc8095ae85e1f33d6e8e3f77a0dab851.tar.gz marcuscom-ports-3e4b6a2ccc8095ae85e1f33d6e8e3f77a0dab851.tar.bz2 marcuscom-ports-3e4b6a2ccc8095ae85e1f33d6e8e3f77a0dab851.tar.lz marcuscom-ports-3e4b6a2ccc8095ae85e1f33d6e8e3f77a0dab851.tar.xz marcuscom-ports-3e4b6a2ccc8095ae85e1f33d6e8e3f77a0dab851.tar.zst marcuscom-ports-3e4b6a2ccc8095ae85e1f33d6e8e3f77a0dab851.zip |
Fix the build on 4.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2968 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/files/patch-gnome-session_manager.c | 14 | ||||
-rw-r--r-- | x11/gnomesession/files/patch-gnome-session_manager.c | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/x11/gnome-session/files/patch-gnome-session_manager.c b/x11/gnome-session/files/patch-gnome-session_manager.c new file mode 100644 index 000000000..7e56843ac --- /dev/null +++ b/x11/gnome-session/files/patch-gnome-session_manager.c @@ -0,0 +1,14 @@ +--- gnome-session/manager.c.orig Tue Oct 12 14:04:26 2004 ++++ gnome-session/manager.c Tue Oct 12 14:05:51 2004 +@@ -1042,9 +1042,10 @@ + + if (interact_ping_replied) + { ++ IceConn ice_conn; + gsm_verbose ("have interact_list; sending ping with data to client %p\n", client); + print_client (client); +- IceConn ice_conn = SmsGetIceConnection (client->connection); ++ ice_conn = SmsGetIceConnection (client->connection); + interact_ping_replied = FALSE; + IcePing (ice_conn, interact_ping_reply, (IcePointer)client); + } diff --git a/x11/gnomesession/files/patch-gnome-session_manager.c b/x11/gnomesession/files/patch-gnome-session_manager.c new file mode 100644 index 000000000..7e56843ac --- /dev/null +++ b/x11/gnomesession/files/patch-gnome-session_manager.c @@ -0,0 +1,14 @@ +--- gnome-session/manager.c.orig Tue Oct 12 14:04:26 2004 ++++ gnome-session/manager.c Tue Oct 12 14:05:51 2004 +@@ -1042,9 +1042,10 @@ + + if (interact_ping_replied) + { ++ IceConn ice_conn; + gsm_verbose ("have interact_list; sending ping with data to client %p\n", client); + print_client (client); +- IceConn ice_conn = SmsGetIceConnection (client->connection); ++ ice_conn = SmsGetIceConnection (client->connection); + interact_ping_replied = FALSE; + IcePing (ice_conn, interact_ping_reply, (IcePointer)client); + } |