mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Treewide: Fix typos
Signed-off-by: Diego Viola <diego.viola@gmail.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2134> ---------------------------------------------------------------------------- This commit is the result of `git apply commit.diff --reject` applied one8f452231267c82078fedoes not apply to Xlibre Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
3783d7eeee
commit
e6a0fa4b0c
@@ -44,7 +44,7 @@ from The Open Group.
|
||||
#include "picturestr.h"
|
||||
#include "randrstr.h"
|
||||
/*
|
||||
* Scratch pixmap APIs are provided for source and binary compatability. In
|
||||
* Scratch pixmap APIs are provided for source and binary compatibility. In
|
||||
* older versions, DIX would store a freed scratch pixmap for future use. This
|
||||
* optimization is not really that impactful on modern systems with decent
|
||||
* system heap management and modern CPUs, and it interferes with memory
|
||||
|
||||
@@ -862,7 +862,7 @@ PowerProfile(DeviceIntPtr dev,
|
||||
{
|
||||
double vel_dist;
|
||||
|
||||
acc = (acc - 1.0) * 0.1 + 1.0; /* without this, acc of 2 is unuseable */
|
||||
acc = (acc - 1.0) * 0.1 + 1.0; /* without this, acc of 2 is unusable */
|
||||
|
||||
if (velocity <= threshold)
|
||||
return vel->min_acceleration;
|
||||
|
||||
Reference in New Issue
Block a user