made team monitor resizable
fix build of TeamMonitorTest app git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17220 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
SubDir HAIKU_TOP src tests add-ons input_server ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
SubDirHdrs $(HAIKU_TOP) src add-ons input_server devices keyboard ;
|
||||
UsePrivateHeaders input ;
|
||||
UsePrivateHeaders input tracker ;
|
||||
|
||||
SimpleTest TeamMonitorTest :
|
||||
TeamMonitorTest.cpp
|
||||
@@ -13,3 +15,4 @@ SimpleTest TeamMonitorTest :
|
||||
SEARCH on [ FGristFiles
|
||||
TMWindow.cpp TMListItem.cpp
|
||||
] = [ FDirName $(HAIKU_TOP) src add-ons input_server devices keyboard ] ;
|
||||
|
||||
|
||||
@@ -6,11 +6,16 @@
|
||||
|
||||
#include <Application.h>
|
||||
|
||||
#include "KeyboardInputDevice.h"
|
||||
#include "TMWindow.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if DEBUG
|
||||
FILE *KeyboardInputDevice::sLogFile = NULL;
|
||||
#endif
|
||||
|
||||
|
||||
int
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user