GHOST/X11: Enable desktop sample capability
The functionality was added [0] but the flag wasn't enabled.
Ref: !116178
[0]: e5a0d11c4e
This commit is contained in:
committed by
Campbell Barton
parent
1e931f5bd7
commit
40a89c0984
@@ -1785,8 +1785,6 @@ GHOST_TCapabilityFlag GHOST_SystemX11::getCapabilities() const
|
||||
{
|
||||
return GHOST_TCapabilityFlag(GHOST_CAPABILITY_FLAG_ALL &
|
||||
~(
|
||||
/* No support yet for desktop sampling. */
|
||||
GHOST_kCapabilityDesktopSample |
|
||||
/* No support yet for image copy/paste. */
|
||||
GHOST_kCapabilityClipboardImages |
|
||||
/* No support yet for IME input methods. */
|
||||
|
||||
Reference in New Issue
Block a user