|
a/src/execmd.h |
|
b/src/execmd.h |
|
... |
|
... |
197 |
// Only does anything on windows. Used when starting
|
197 |
// Only does anything on windows. Used when starting
|
198 |
// a viewer. The default is to hide the window,
|
198 |
// a viewer. The default is to hide the window,
|
199 |
// because it avoids windows appearing and
|
199 |
// because it avoids windows appearing and
|
200 |
// disappearing when executing stuff for previewing
|
200 |
// disappearing when executing stuff for previewing
|
201 |
EXF_SHOWWINDOW = 1,
|
201 |
EXF_SHOWWINDOW = 1,
|
|
|
202 |
// Windows only: show maximized
|
|
|
203 |
EXF_MAXIMIZED = 2,
|
202 |
};
|
204 |
};
|
203 |
ExecCmd(int flags = 0);
|
205 |
ExecCmd(int flags = 0);
|
204 |
~ExecCmd();
|
206 |
~ExecCmd();
|
205 |
|
207 |
|
206 |
/**
|
208 |
/**
|