mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
kdrive: ephyr: don't try to install handler for SIGUSR1 on win32
Windows has no Unix-type signals. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -71,7 +71,9 @@ static Bool EphyrHostGrabSet = FALSE;
|
||||
Bool
|
||||
ephyrInitialize(KdCardInfo * card, EphyrPriv * priv)
|
||||
{
|
||||
#ifndef WIN32
|
||||
OsSignal(SIGUSR1, hostx_handle_signal);
|
||||
#endif
|
||||
|
||||
priv->base = 0;
|
||||
priv->bytes_per_line = 0;
|
||||
|
||||
Reference in New Issue
Block a user