1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 04:44:16 +01:00

removed compile warnings in wmtext :-)

This commit is contained in:
nwanua
2000-07-20 16:51:54 +00:00
parent ec6dce9c42
commit dbbddf95e2
4 changed files with 559 additions and 155 deletions

View File

@@ -1075,13 +1075,14 @@ int main(int argc, char **argv)
*
* Put the testSomething() function you want to test here.
*/
testTabView(scr);
testColorWell(scr);
testDragAndDrop(scr);
testDragAndDrop(scr);
testFontPanel(scr);
#if 0
testDragAndDrop(scr);
testDragAndDrop(scr);
testScrollView(scr);
testButton(scr);
@@ -1089,10 +1090,9 @@ int main(int argc, char **argv)
testFrame(scr);
testColorWell(scr);
testTabView(scr);
testFontPanel(scr);
testSplitView(scr);