summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-07-05 11:31:55 -0700
committerKeith Packard <keithp@keithp.com>2012-07-05 13:40:27 -0700
commit9e4b8b74b008dd72d1da7074bd7ecae677cefd20 (patch)
treebc5f6c178ba7b6ecf9eb5868b2d1ce65dad2708f /include
parent493ad833233707b0a42e5fbdd957a24fc6e52917 (diff)
privates: Allow device privates to be allocated after server start
This will permit midispcur to allocate its privates for hotplug outputs Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/privates.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/privates.h b/include/privates.h
index a0874f697..2c8864b8a 100644
--- a/include/privates.h
+++ b/include/privates.h
@@ -33,9 +33,9 @@ typedef enum {
PRIVATE_SCREEN,
PRIVATE_EXTENSION,
PRIVATE_COLORMAP,
+ PRIVATE_DEVICE,
/* These cannot have any objects before all relevant keys are registered */
- PRIVATE_DEVICE,
PRIVATE_CLIENT,
PRIVATE_PROPERTY,
PRIVATE_SELECTION,