1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-03 06:45:51 +01:00

- Fixed sloppy focus bug (Pawel S. Veselov <pv76716@druid.SFBay.Sun.COM>)

- Applied Xinerama patch (after fixes) from (Peter Zijlstra
  <a.p.zijlstra@chello.nl>)
This commit is contained in:
kojima
2002-11-28 22:04:07 +00:00
parent 0fe70d2b4e
commit a10214a502
21 changed files with 909 additions and 403 deletions

View File

@@ -1303,14 +1303,15 @@ main(int argc, char **argv)
*/
testTextField(scr);
testDragAndDrop(scr);
testText(scr);
testFontPanel(scr);
#if 0
testText(scr);
testDragAndDrop(scr);
testColorPanel(scr);
testScrollView(scr);
testTabView(scr);
@@ -1322,7 +1323,6 @@ main(int argc, char **argv)
testColorWell(scr);
testTextField(scr);
testDragAndDrop(scr);
testFontPanel(scr);