]> git.pld-linux.org Git - packages/fltk.git/blame - fltk-cxx.patch
- 1.1.7
[packages/fltk.git] / fltk-cxx.patch
CommitLineData
dc9a083e
PS
1--- fltk-1.1.6/test/keyboard.cxx.orig 2004-04-11 06:39:01.000000000 +0200
2+++ fltk-1.1.6/test/keyboard.cxx 2005-01-12 10:26:12.618959896 +0100
3@@ -60,7 +60,7 @@
4 return 0;
5 }
6
7-struct {int n; const char* text;} table[] = {
8+struct {int n; const char* text;} static table[] = {
9 {FL_Escape, "FL_Escape"},
10 {FL_BackSpace, "FL_BackSpace"},
11 {FL_Tab, "FL_Tab"},
This page took 0.058189 seconds and 4 git commands to generate.