mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.4 KiB

  1. --- ./xc/programs/Xserver/vnc/XserverDesktop.cc.orig 2004-09-13 06:57:27.998812712 +0200
  2. +++ ./xc/programs/Xserver/vnc/XserverDesktop.cc 2004-09-13 06:57:46.886941280 +0200
  3. @@ -382,25 +382,6 @@
  4. }
  5. }
  6. -static void printRegion(RegionPtr reg)
  7. -{
  8. - int nrects = REGION_NUM_RECTS(reg);
  9. -
  10. - fprintf(stderr,"Region num rects %2d extents %3d,%3d %3dx%3d\n",nrects,
  11. - (REGION_EXTENTS(pScreen,reg))->x1,
  12. - (REGION_EXTENTS(pScreen,reg))->y1,
  13. - (REGION_EXTENTS(pScreen,reg))->x2-(REGION_EXTENTS(pScreen,reg))->x1,
  14. - (REGION_EXTENTS(pScreen,reg))->y2-(REGION_EXTENTS(pScreen,reg))->y1);
  15. -
  16. - for (int i = 0; i < nrects; i++) {
  17. - fprintf(stderr," rect %3d,%3d %3dx%3d\n",
  18. - REGION_RECTS(reg)[i].x1,
  19. - REGION_RECTS(reg)[i].y1,
  20. - REGION_RECTS(reg)[i].x2-REGION_RECTS(reg)[i].x1,
  21. - REGION_RECTS(reg)[i].y2-REGION_RECTS(reg)[i].y1);
  22. - }
  23. -}
  24. -
  25. CARD32 XserverDesktop::deferredUpdateTimerCallback(OsTimerPtr timer,
  26. CARD32 now, pointer arg)
  27. {
  28. --- ./xc/programs/Xserver/Imakefile.orig 2004-09-13 07:22:05.729163552 +0200
  29. +++ ./xc/programs/Xserver/Imakefile 2004-09-13 07:22:25.665132824 +0200
  30. @@ -118,7 +118,7 @@
  31. LIBREGEX = RegexLibrary
  32. #if DoLoadableServer
  33. - LIBCWRAPPER = os/libcwrapper.o
  34. + LIBCWRAPPER = os/libcwrapper.o os/libos.a
  35. #endif
  36. #if BuildXprint