Skip to content

Commit d6d54b9

Browse files
Mihai Moldovansunweaver
authored andcommitted
misc nx-X11/programs/Xserver/{fb,mi}/: backport 2e76958d304a3c4080d62f32449724eeb9b95d93.
Move some fb code to mi code. Allows for easier changes afterwards, because the diffs reference the new actual files.
1 parent 206b677 commit d6d54b9

File tree

9 files changed

+407
-369
lines changed

9 files changed

+407
-369
lines changed

nx-X11/programs/Xserver/fb/fb.h

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,18 +1293,6 @@ fbInitVisuals (VisualPtr *visualp,
12931293
* fbcopy.c
12941294
*/
12951295

1296-
typedef void (*fbCopyProc) (DrawablePtr pSrcDrawable,
1297-
DrawablePtr pDstDrawable,
1298-
GCPtr pGC,
1299-
BoxPtr pDstBox,
1300-
int nbox,
1301-
int dx,
1302-
int dy,
1303-
Bool reverse,
1304-
Bool upsidedown,
1305-
Pixel bitplane,
1306-
void *closure);
1307-
13081296
void
13091297
fbCopyNtoN (DrawablePtr pSrcDrawable,
13101298
DrawablePtr pDstDrawable,
@@ -1344,31 +1332,6 @@ fbCopyNto1 (DrawablePtr pSrcDrawable,
13441332
Pixel bitplane,
13451333
void *closure);
13461334

1347-
void
1348-
fbCopyRegion (DrawablePtr pSrcDrawable,
1349-
DrawablePtr pDstDrawable,
1350-
GCPtr pGC,
1351-
RegionPtr pDstRegion,
1352-
int dx,
1353-
int dy,
1354-
fbCopyProc copyProc,
1355-
Pixel bitPlane,
1356-
void *closure);
1357-
1358-
RegionPtr
1359-
fbDoCopy (DrawablePtr pSrcDrawable,
1360-
DrawablePtr pDstDrawable,
1361-
GCPtr pGC,
1362-
int xIn,
1363-
int yIn,
1364-
int widthSrc,
1365-
int heightSrc,
1366-
int xOut,
1367-
int yOut,
1368-
fbCopyProc copyProc,
1369-
Pixel bitplane,
1370-
void *closure);
1371-
13721335
RegionPtr
13731336
fbCopyArea (DrawablePtr pSrcDrawable,
13741337
DrawablePtr pDstDrawable,

0 commit comments

Comments
 (0)