mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
treewide: fix typos
Signed-off-by: default avatarDiego Viola <diego.viola@gmail.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2138> --------------------------------------------------------------------------- One of the spelling errors was moved to another file and fixed there Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
e6a0fa4b0c
commit
639551d032
@@ -249,7 +249,7 @@ typedef void (*CursorWarpedToProcPtr) (DeviceIntPtr /* pDev */ ,
|
||||
int /*x */ ,
|
||||
int /*y */ );
|
||||
|
||||
typedef void (*CurserConfinedToProcPtr) (DeviceIntPtr /* pDev */ ,
|
||||
typedef void (*CursorConfinedToProcPtr) (DeviceIntPtr /* pDev */ ,
|
||||
ScreenPtr /*pScreen */ ,
|
||||
WindowPtr /*pWindow */ );
|
||||
|
||||
@@ -584,7 +584,7 @@ typedef struct _Screen {
|
||||
RecolorCursorProcPtr RecolorCursor;
|
||||
SetCursorPositionProcPtr SetCursorPosition;
|
||||
CursorWarpedToProcPtr CursorWarpedTo;
|
||||
CurserConfinedToProcPtr CursorConfinedTo;
|
||||
CursorConfinedToProcPtr CursorConfinedTo;
|
||||
|
||||
/* GC procedures */
|
||||
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
#define PCI_CLASS_I2O 0x0e
|
||||
#define PCI_CLASS_SATELLITE 0x0f
|
||||
#define PCI_CLASS_CRYPT 0x10
|
||||
#define PCI_CLASS_DATA_ACQUISTION 0x11
|
||||
#define PCI_CLASS_DATA_ACQUISITION 0x11
|
||||
#define PCI_CLASS_UNDEFINED 0xff
|
||||
|
||||
/* sub class */
|
||||
|
||||
Reference in New Issue
Block a user