aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-ui_events_devices_x11_device__data__manager__x11.cc
blob: bfee2e6fd85489abed0dfbdcdf34a1573c42845d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ui/events/devices/x11/device_data_manager_x11.cc.orig	2022-03-28 18:11:04 UTC
+++ ui/events/devices/x11/device_data_manager_x11.cc
@@ -874,6 +874,7 @@ void DeviceDataManagerX11::SetDisabledKeyboardAllowedK
 }
 
 void DeviceDataManagerX11::DisableDevice(x11::Input::DeviceId deviceid) {
+  NOTIMPLEMENTED();
   blocked_devices_.set(static_cast<uint32_t>(deviceid), true);
   // TODO(rsadam@): Support blocking touchscreen devices.
   std::vector<InputDevice> keyboards = GetKeyboardDevices();