Starting resize support.
This commit is contained in:
parent
cea3d2c39f
commit
9ade0e2d4b
26 changed files with 197 additions and 44 deletions
|
@ -12,7 +12,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
// Start the gui app
|
||||
auto app = MediaTool(std::move(args));
|
||||
app.setUiInterfaceBackend(UiInterfaceFactory::Backend::X11_RASTER);
|
||||
//app.setUiInterfaceBackend(UiInterfaceFactory::Backend::X11_RASTER);
|
||||
app.run();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue