diff options
author | Adam Jackson <ajax@redhat.com> | 2012-10-16 14:56:22 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-09-10 13:28:24 -0400 |
commit | dbe10ef0e35659ee0e5db73f29670a3894a3e3f5 (patch) | |
tree | d7d9e8b3ad4f4070cb2b1ad322169b588b22df8b /dix | |
parent | 1489637d567b0034a916f88079b5f360e7fce99c (diff) |
dbe: Fold the window private private into the window private
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'dix')
-rw-r--r-- | dix/privates.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/privates.c b/dix/privates.c index 55b9345a7..41b1a7678 100644 --- a/dix/privates.c +++ b/dix/privates.c @@ -105,7 +105,6 @@ static const char *key_names[PRIVATE_LAST] = { [PRIVATE_CURSOR_BITS] = "CURSOR_BITS", /* extension privates */ - [PRIVATE_DBE_WINDOW] = "DBE_WINDOW", [PRIVATE_DAMAGE] = "DAMAGE", [PRIVATE_GLYPH] = "GLYPH", [PRIVATE_GLYPHSET] = "GLYPHSET", |