This website requires JavaScript.
Utforska
Hjälp
Logga in
crtxcr
/
looqs
Bevaka
1
Stjärnmärk
0
Förgrening
0
You've already forked looqs
Kod
Ärenden
Pull-förfrågningar
1
Släpp
Wiki
Aktiviteter
fe29641d0a
looqs
/
gui
/
ipc.h
11 rader
97 B
C
Rå
Normal vy
Historik
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