mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Commented some code reserved for the future
This commit is contained in:
@@ -1155,14 +1155,11 @@ void Composite::paint_all(XserverRegion region) {
|
|||||||
#endif
|
#endif
|
||||||
set_ignore(NextRequest(fl_display));
|
set_ignore(NextRequest(fl_display));
|
||||||
|
|
||||||
#if 0
|
|
||||||
XRenderComposite(fl_display, PictOpOver, win->picture, win->picture_alpha, rootBuffer,
|
XRenderComposite(fl_display, PictOpOver, win->picture, win->picture_alpha, rootBuffer,
|
||||||
0, 0, 0, 0,
|
0, 0, 0, 0,
|
||||||
x, y, wid, hei);
|
x, y, wid, hei);
|
||||||
#endif
|
|
||||||
|
|
||||||
//////////////////////////////////////////
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
XRenderComposite(fl_display, PictOpOver, win->picture, win->picture_alpha, rootBuffer,
|
XRenderComposite(fl_display, PictOpOver, win->picture, win->picture_alpha, rootBuffer,
|
||||||
10, 0,
|
10, 0,
|
||||||
0, 0,
|
0, 0,
|
||||||
@@ -1178,8 +1175,7 @@ void Composite::paint_all(XserverRegion region) {
|
|||||||
0, 0,
|
0, 0,
|
||||||
0, 0,
|
0, 0,
|
||||||
x, y, 10, hei);
|
x, y, 10, hei);
|
||||||
|
#endif
|
||||||
//////////////////////////////////////////
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user