mirror of
https://github.com/X11Libre/xserver.git
synced 2026-01-26 14:03:17 +00:00
miext: use dixAddAtom()
Use the new dixAddAtom() helper for creating atoms.
This commit is contained in:
parent
dbe1871772
commit
fd6467fa78
@ -64,7 +64,7 @@ extern Bool no_configure_window;
|
||||
static Atom atom; \
|
||||
if (generation != serverGeneration) { \
|
||||
generation = serverGeneration; \
|
||||
atom = MakeAtom (atom_name, strlen (atom_name), TRUE); \
|
||||
atom = dixAddAtom(atom_name); \
|
||||
} \
|
||||
return atom; \
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user