13 lines
694 B
Plaintext
13 lines
694 B
Plaintext
|
$OpenBSD: patch-widget_src_gtk2_nsScreenManagerGtk_cpp,v 1.1 2008/11/20 23:41:32 martynas Exp $
|
||
|
--- widget/src/gtk2/nsScreenManagerGtk.cpp.orig Wed May 2 23:07:33 2007
|
||
|
+++ widget/src/gtk2/nsScreenManagerGtk.cpp Tue May 6 03:27:26 2008
|
||
|
@@ -80,7 +80,7 @@ nsScreenManagerGtk :: EnsureInit(void)
|
||
|
XineramaScreenInfo *screenInfo = NULL;
|
||
|
|
||
|
// We are leaking xineramalib, but there is no other way to do this.
|
||
|
- PRLibrary* xineramalib = PR_LoadLibrary("libXinerama.so.1");
|
||
|
+ PRLibrary* xineramalib = PR_LoadLibrary("libXinerama.so");
|
||
|
if (xineramalib) {
|
||
|
_XnrmIsActive_fn _XnrmIsActive = (_XnrmIsActive_fn)
|
||
|
PR_FindFunctionSymbol(xineramalib, "XineramaIsActive");
|