Files
source/Y/x11_module.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

28 lines
2.7 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>x11_module</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L72'>x11_module</a> 72 lib/tty/x11conn.c static GModule *x11_module;</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L135'>x11_module</a> 135 lib/tty/x11conn.c if (x11_module != NULL)</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L138'>x11_module</a> 138 lib/tty/x11conn.c x11_module = g_module_open ("X11", G_MODULE_BIND_LAZY);</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L139'>x11_module</a> 139 lib/tty/x11conn.c if (x11_module == NULL)</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L140'>x11_module</a> 140 lib/tty/x11conn.c x11_module = g_module_open ("libX11.so.6", G_MODULE_BIND_LAZY);</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L142'>x11_module</a> 142 lib/tty/x11conn.c if (x11_module == NULL)</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L145'>x11_module</a> 145 lib/tty/x11conn.c if (!g_module_symbol (x11_module, "XOpenDisplay", (void *) &amp;func_XOpenDisplay))</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L147'>x11_module</a> 147 lib/tty/x11conn.c if (!g_module_symbol (x11_module, "XCloseDisplay", (void *) &amp;func_XCloseDisplay))</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L149'>x11_module</a> 149 lib/tty/x11conn.c if (!g_module_symbol (x11_module, "XQueryPointer", (void *) &amp;func_XQueryPointer))</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L151'>x11_module</a> 151 lib/tty/x11conn.c if (!g_module_symbol (x11_module, "XSetErrorHandler", (void *) &amp;func_XSetErrorHandler))</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L153'>x11_module</a> 153 lib/tty/x11conn.c if (!g_module_symbol (x11_module, "XSetIOErrorHandler", (void *) &amp;func_XSetIOErrorHandler))</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L165'>x11_module</a> 165 lib/tty/x11conn.c g_module_close (x11_module);</span>
<span class='curline'><a href='../S/lib--tty--x11conn.c.html#L166'>x11_module</a> 166 lib/tty/x11conn.c x11_module = NULL;</span>
</pre>
</body>
</html>