Fix native hiding of macOS windows (#2583)

This commit is contained in:
Sami Vänttinen
2019-01-16 18:03:54 +02:00
committed by Jonathan White
parent d6ce6b85d5
commit f8c6c9f72c
7 changed files with 52 additions and 3 deletions

View File

@@ -28,5 +28,7 @@
- (pid_t) activeProcessId;
- (pid_t) ownProcessId;
- (bool) activateProcess:(pid_t) pid;
- (bool) hideProcess:(pid_t) pid;
- (bool) isHidden:(pid_t) pid;
@end