summaryrefslogtreecommitdiff
path: root/test/keyboard.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-30 05:16:10 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-30 05:16:10 +0000
commit988bc9d95f1a4f5b06262fe9b4de9466ab2950f5 (patch)
tree1ab33fd5e17b5db2c53002e38a9ac4cb425edee7 /test/keyboard.cxx
parent3a904f07b7669ed7e461c3e5c2e5a8e0dc494461 (diff)
Fix build problems in test directory - no more recursive dependencies for
demos that are partially built using FLUID. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1900 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/keyboard.cxx')
-rw-r--r--test/keyboard.cxx17
1 files changed, 3 insertions, 14 deletions
diff --git a/test/keyboard.cxx b/test/keyboard.cxx
index 3a4eb9b7e..1f4cdb3a7 100644
--- a/test/keyboard.cxx
+++ b/test/keyboard.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: keyboard.cxx,v 1.5.2.3.2.3 2001/12/22 07:16:12 matthiaswm Exp $"
+// "$Id: keyboard.cxx,v 1.5.2.3.2.4 2001/12/30 05:16:10 easysw Exp $"
//
// Keyboard/event test program for the Fast Light Tool Kit (FLTK).
//
@@ -38,18 +38,7 @@
//
-#include <stdio.h>
-#include <FL/Fl.H>
-#include <FL/Fl_Window.H>
-
-class MyWindow : public Fl_Window {
- int handle(int);
-public:
- MyWindow(int w, int h, const char *t=0L)
- : Fl_Window( w, h, t ) { }
-};
-
-#include "keyboard_ui.cxx"
+#include "keyboard_ui.h"
// these are used to identify which buttons are which:
void key_cb(Fl_Button*, void*) {}
@@ -150,5 +139,5 @@ int main(int argc, char** argv) {
}
//
-// End of "$Id: keyboard.cxx,v 1.5.2.3.2.3 2001/12/22 07:16:12 matthiaswm Exp $".
+// End of "$Id: keyboard.cxx,v 1.5.2.3.2.4 2001/12/30 05:16:10 easysw Exp $".
//