This website requires JavaScript.
Tutki
Apua
Kirjaudu sisään
crtxcr
/
looqs
Tarkkaile
1
Tähti
0
Fork
0
You've already forked looqs
Koodi
Ongelmat
Pull-pyynnöt
1
Julkaisut
Wiki
Toiminta
fe29641d0a
looqs
/
gui
/
ipc.h
11 rivejä
97 B
C
Raaka
Normaali näkymä
Historia
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