XomPie icon indicating copy to clipboard operation
XomPie copied to clipboard

OBS 0.6x and Adobe Photoshop CC 2015 requires more functions

Open Svyatpro opened this issue 8 years ago • 2 comments

shell32: SHOpenWithDialog SHCreateItemFromParsingName

user32: AddClipboardFormatListener RemoveClipboardFormatListener IsProcessDPIAware LogicalToPhysicalPointForPerMonitorDPI PhysicalToLogicalPointForPerMonitorDPI

Svyatpro avatar Oct 30 '16 13:10 Svyatpro

IsProcessDPIAware is also required in order for whatpulse to function, however xompie looks like to be abandonned. :(

PF94 avatar Jan 25 '20 15:01 PF94

IsProcessDPIAware could be made dummy, returning false https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-isprocessdpiaware

tumagonx avatar Jan 25 '20 20:01 tumagonx