git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14052 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2005-08-23 11:28:52 +00:00
parent 19dfa58852
commit a2618d1f22
4 changed files with 7 additions and 132 deletions
+1 -6
View File
@@ -23,12 +23,7 @@
#include "KeymapTextView.h"
#include "Keymap.h"
#define WINDOW_TITLE "Keymap"
#define WINDOW_LEFT_TOP_POSITION BPoint( 80, 25 )
#define WINDOW_DIMENSIONS BRect( 0,0, 612,256 )
class KeymapListItem;
class KeymapApplication;
class MapView : public BControl
{
@@ -64,7 +59,7 @@ private:
class KeymapWindow : public BWindow {
public:
KeymapWindow( BRect frame );
KeymapWindow();
~KeymapWindow();
bool QuitRequested();
void MessageReceived( BMessage* message );