This website requires JavaScript.
Explore
Help
Sign In
crtxcr
/
looqs
Watch
1
Star
0
Fork
0
You've already forked looqs
Code
Issues
Pull Requests
1
Releases
Wiki
Activity
fe29641d0a
looqs
/
gui
/
ipc.h
11 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
GUI: Begin IPC mechanism to open files despite sandboxing
2021-09-28 21:44:09 +02:00
#
ifndef IPC_H
#
define IPC_H
enum
IPCCommand
{
DocOpen
,
IpcServer: Add addFile()
2022-04-24 12:34:34 +02:00
FileOpen
,
AddFile
,
GUI: Begin IPC mechanism to open files despite sandboxing
2021-09-28 21:44:09 +02:00
}
;
#
endif
// IPC_H
Copy Permalink