Removes references to mibstore.h and miInitializeBackingStore, which have been removed from xorg-server. Zack Rusin wrote: "It was a noop for at least 5 years and it has been removed." See: http://patches.openembedded.org/patch/46133/ --- xf86-video-trident-1.3.6/src/trident_driver.c.~1~ 2012-07-15 22:16:00.000000000 -0400 +++ xf86-video-trident-1.3.6/src/trident_driver.c 2014-12-19 01:45:29.529410518 -0500 @@ -56,7 +56,6 @@ #include "mipointer.h" -#include "mibstore.h" #include "shadow.h" #include "trident.h" #include "trident_regs.h" @@ -3037,7 +3036,6 @@ TridentAccelInit(pScreen); } - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); /* Initialise cursor functions */ option> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/sml.scm
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-10gnu: Add smlnj....* gnu/packages/sml.scm (smlnj): New variable. Co-authored-by: Brett Gilio <brettg@gnu.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Foo Chuan Wei