openbsd-ports/multimedia/xine-ui/patches/patch-src_xitk_xine-toolkit_tips_c
jakemsr fbbf07790b initial import of xine-ui
xine-ui is a graphical user interface for xine-lib.

prodded by jolan@
2006-03-24 22:46:37 +00:00

14 lines
538 B
Plaintext

$OpenBSD: patch-src_xitk_xine-toolkit_tips_c,v 1.1.1.1 2006/03/24 22:46:37 jakemsr Exp $
--- src/xitk/xine-toolkit/tips.c.orig Fri May 20 16:56:44 2005
+++ src/xitk/xine-toolkit/tips.c Sat Dec 24 21:41:58 2005
@@ -273,7 +273,9 @@ void xitk_tips_init(Display *disp) {
#ifdef _POSIX_THREAD_PRIORITY_SCHEDULING
pthread_attr_getschedparam(&pth_attrs, &pth_params);
+#ifndef __OpenBSD__
pth_params.sched_priority = sched_get_priority_min(SCHED_OTHER);
+#endif
pthread_attr_setschedparam(&pth_attrs, &pth_params);
#endif