diff options
| author | wcout <wcout@users.noreply.github.com> | 2023-01-21 17:27:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-21 17:27:58 +0100 |
| commit | 2ddfd9d9492d9fc1df111ec9211dd1be4d424c35 (patch) | |
| tree | c766d0dfb3a2d7a75c275db2821d5bcf0e935a15 /test/tiled_image.cxx | |
| parent | 1fc269b0d4c79b256cc57740d318f95dded8c340 (diff) | |
Animated GIF support (Fl_Anim_GIF_Image class) (#375)
Diffstat (limited to 'test/tiled_image.cxx')
| -rw-r--r-- | test/tiled_image.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/tiled_image.cxx b/test/tiled_image.cxx index 54e404307..4b313827d 100644 --- a/test/tiled_image.cxx +++ b/test/tiled_image.cxx @@ -47,11 +47,10 @@ int arg(int argc, char **argv, int &i) { } int main(int argc, char **argv) { -#ifdef FLTK_USE_X11 int i = 1; - Fl::args(argc,argv,i,arg); - + +#ifdef FLTK_USE_X11 if (visid >= 0) { fl_open_display(); XVisualInfo templt; int num; |
