Quote:
Originally posted by Joonas
So what are you sending as wc?
AFAIK it should be a structure like this:
code:
typedef struct {
int cmd;
int x;
int y;
int align;
} windowCommand; // send this as param to an IPC_PLCMD, IPC_MBCMD, IPC_VIDCMD
|
code:
windowCommand wc;
wc.cmd=PLCMD_SEL; // or any other PLCMD_*
wc.x=0; // or any other number
wc.y=0; // or any other number
wc.align=0; // or any other number
regardless of this parameter, the same popup menu appears:
Add files
Add folder
Add URL