X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=flempires%2Flinux%2Fwindow_configuration.h;fp=flempires%2Flinux%2Fwindow_configuration.h;h=5de7011426e3159a4402560afcb0c3a8d07edea6;hb=5a60d2577ec9346fcaacd04260fc4a4c27696e92;hp=0000000000000000000000000000000000000000;hpb=b9c184f2a7fd491e736c32b02baa38b18f906eb9;p=lmno.games diff --git a/flempires/linux/window_configuration.h b/flempires/linux/window_configuration.h new file mode 100644 index 0000000..5de7011 --- /dev/null +++ b/flempires/linux/window_configuration.h @@ -0,0 +1,15 @@ +#ifndef WINDOW_CONFIGURATION_ +#define WINDOW_CONFIGURATION_ + +// This is a temporary approach to isolate common customizations from main.cpp, +// where the APIs are still in flux. This should simplify re-creating the +// runner while preserving local changes. +// +// Longer term there should be simpler configuration options for common +// customizations like this, without requiring native code changes. + +extern const char *kFlutterWindowTitle; +extern const unsigned int kFlutterWindowWidth; +extern const unsigned int kFlutterWindowHeight; + +#endif // WINDOW_CONFIGURATION_