Re: [Spice-devel] [spice-gtk Win32 v2 PATCH 3/5] Windows mingw: usb: add win-usb-dev.[ch]: implement GUdevDevice GUdevClient

2012-05-22 Thread Hans de Goede
Hi, First of all again what MArc-André said, and also: snip diff --git a/gtk/usb-device-manager.c b/gtk/usb-device-manager.c index 14b60c9..2b6ce28 100644 --- a/gtk/usb-device-manager.c +++ b/gtk/usb-device-manager.c @@ -28,7 +28,14 @@ #ifdef USE_USBREDIR #includeerrno.h

Re: [Spice-devel] [spice-gtk Win32 v2 PATCH 3/5] Windows mingw: usb: add win-usb-dev.[ch]: implement GUdevDevice GUdevClient

2012-05-21 Thread Marc-André Lureau
Hi +WIN_USB_FILES= \ +       win-usb-dev.h                   \ +       win-usb-dev.c                   \ +       usbclerk.h                      \ +       $(NULL) + +if OS_WIN32 +libspice_client_glib_2_0_la_SOURCES += \ +       $(WIN_USB_FILES) +else +EXTRA_DIST += $(WIN_USB_FILES)

[Spice-devel] [spice-gtk Win32 v2 PATCH 3/5] Windows mingw: usb: add win-usb-dev.[ch]: implement GUdevDevice GUdevClient

2012-05-20 Thread Uri Lublin
From: Arnon Gilboa agil...@redhat.com With this patch usb-device-manager can work with little changes on windows too. -added GUdevDevice and GUdevClient like classes -added uevent signal based on WM_DEVICECHANGE Modified-by: Uri Lublin u...@redhat.com --- gtk/Makefile.am | 15 ++