forked from AuroraMiddleware/gtk
win32: Update input device code to use the new property names in constructor
This commit is contained in:
parent
ade6d093e2
commit
6668ba6914
@ -578,8 +578,8 @@ _gdk_input_wintab_init_check (GdkDeviceManager *_device_manager)
|
||||
device = g_object_new (GDK_TYPE_DEVICE_WINTAB,
|
||||
"name", device_name,
|
||||
"type", GDK_DEVICE_TYPE_SLAVE,
|
||||
"source", GDK_SOURCE_PEN,
|
||||
"mode", GDK_MODE_SCREEN,
|
||||
"input-source", GDK_SOURCE_PEN,
|
||||
"input-mode", GDK_MODE_SCREEN,
|
||||
"has-cursor", FALSE,
|
||||
"display", _gdk_display,
|
||||
"device-manager", device_manager,
|
||||
|
Loading…
Reference in New Issue
Block a user