]> git.sesse.net Git - nageru/blobdiff - main.cpp
Make some labels and a white balance button per preview (the latter is not hooked...
[nageru] / main.cpp
index 5917c7efa9838521132bb8d035fb8e41d3157e3f..396963470c21ed4d6193f9eed204932ff44adec7 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -1,3 +1,8 @@
+extern "C" {
+#include <libavformat/avformat.h>
+}
+#include <stdbool.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <epoxy/gl.h>
 
@@ -35,7 +40,7 @@ int main(int argc, char *argv[])
        global_share_widget = new QGLWidget();
 
        MainWindow mainWindow;
-       mainWindow.resize(QSize(1500, 606));
+       mainWindow.resize(QSize(1500, 685));
        mainWindow.show();
 
        int rc = app.exec();