- MacOS X style window switching panel (navigate through windows with Alt-Tab or

arrow keys)
This commit is contained in:
kojima
2004-10-14 05:02:24 +00:00
parent 62994167c5
commit f54f0856c1
6 changed files with 331 additions and 35 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ paint(WGeometryView *gview)
W_DrawRelief(W_VIEW_SCREEN(gview->view), W_VIEW_DRAWABLE(gview->view),
0, 0, W_VIEW_WIDTH(gview->view), W_VIEW_HEIGHT(gview->view),
WRRaised);
WRSimple);
}