Commented some code reserved for the future

This commit is contained in:
Sanel Zukan
2008-01-14 12:53:38 +00:00
parent 7ff8841ea8
commit 1f739e169d

View File

@@ -1155,14 +1155,11 @@ void Composite::paint_all(XserverRegion region) {
#endif
set_ignore(NextRequest(fl_display));
#if 0
XRenderComposite(fl_display, PictOpOver, win->picture, win->picture_alpha, rootBuffer,
0, 0, 0, 0,
x, y, wid, hei);
#endif
//////////////////////////////////////////
#if 0
XRenderComposite(fl_display, PictOpOver, win->picture, win->picture_alpha, rootBuffer,
10, 0,
0, 0,
@@ -1178,8 +1175,7 @@ void Composite::paint_all(XserverRegion region) {
0, 0,
0, 0,
x, y, 10, hei);
//////////////////////////////////////////
#endif
}