mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 747873 - Provide error information on input device not properly configured. r=mwu
This commit is contained in:
parent
aeb5f115e9
commit
d0ff9d1f43
@ -244,7 +244,11 @@ public:
|
||||
|
||||
virtual void getReaderConfiguration(InputReaderConfiguration* outConfig);
|
||||
virtual sp<PointerControllerInterface> obtainPointerController(int32_t
|
||||
deviceId) { return NULL; };
|
||||
deviceId)
|
||||
{
|
||||
MOZ_NOT_REACHED("Input device configuration failed.");
|
||||
return NULL;
|
||||
};
|
||||
void setDisplayInfo();
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user