View | Details | Raw Unified | Return to bug 28778
Collapse All | Expand All

(-)a/lxdm/src/lxcom.c (-1 / +1 lines)
Lines 89-95 Link Here
89
89
90
static gboolean lxcom_check(GSource *source)
90
static gboolean lxcom_check(GSource *source)
91
{
91
{
92
	return TRUE;
92
	return (((LXComSource*)source)->poll.revents&G_IO_IN)?TRUE:FALSE;
93
}
93
}
94
94
95
static gboolean lxcom_dispatch (GSource *source,GSourceFunc callback,gpointer user_data)
95
static gboolean lxcom_dispatch (GSource *source,GSourceFunc callback,gpointer user_data)

Return to bug 28778