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