$OpenBSD: patch-src_startup_notification_c,v 1.2 2014/12/09 16:53:46 landry Exp $

https://bugzilla.xfce.org/show_bug.cgi?id=10716
http://git.xfce.org/xfce/xfwm4/commit/?id=8448703965b25c1ee97410aa463d789a43a6c771

--- src/startup_notification.c.orig	Sat Feb  8 11:08:22 2014
+++ src/startup_notification.c	Sat Feb  8 11:08:13 2014
@@ -126,7 +126,8 @@ sn_collect_timed_out_foreach (void *element, void *dat
 {
     CollectTimedOutData *ctod;
     SnStartupSequence *sequence;
-    long tv_sec, tv_usec;
+    time_t tv_sec;
+    suseconds_t tv_usec;
     double elapsed;
 
     g_return_if_fail (data != NULL);
