config: rename private command messages
This commit is contained in:
parent
87de5fcca3
commit
a8176b96c3
8 changed files with 12 additions and 12 deletions
|
|
@ -18,7 +18,7 @@ use {
|
|||
jay_config::{
|
||||
_private::{
|
||||
ConfigEntry, VERSION,
|
||||
ipc::{InitMessage, ServerFeature, ServerMessage, V1InitMessage},
|
||||
messages::{InitMessage, ServerFeature, ServerMessage, V1InitMessage},
|
||||
},
|
||||
input::{InputDevice, Seat, SwitchEvent},
|
||||
keyboard::{mods::Modifiers, syms::KeySym},
|
||||
|
|
@ -260,7 +260,7 @@ unsafe fn unref(data: *const u8) {
|
|||
}
|
||||
}
|
||||
|
||||
unsafe fn handle_msg(data: *const u8, msg: &jay_config::_private::ipc::ClientMessage<'_>) {
|
||||
unsafe fn handle_msg(data: *const u8, msg: &jay_config::_private::messages::ClientMessage<'_>) {
|
||||
unsafe {
|
||||
let server = (data as *const ConfigProxyHandler).deref();
|
||||
if server.dropped.get() {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ use {
|
|||
_private::{
|
||||
ClientCriterionIpc, ClientCriterionStringField, GenericCriterionIpc, PollableId,
|
||||
ConfigHandler, Unref, WindowCriterionIpc, WindowCriterionStringField, WireMode,
|
||||
ipc::{ClientMessage, Response, ServerMessage, WorkspaceSource},
|
||||
messages::{ClientMessage, Response, ServerMessage, WorkspaceSource},
|
||||
},
|
||||
Axis, Direction, Workspace,
|
||||
client::{Client as ConfigClient, ClientMatcher},
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ use {
|
|||
jay_config::{
|
||||
_private::{
|
||||
ConfigEntry, VERSION,
|
||||
ipc::{ClientMessage, Response, ServerMessage},
|
||||
messages::{ClientMessage, Response, ServerMessage},
|
||||
},
|
||||
Axis, Direction,
|
||||
input::{InputDevice, Seat},
|
||||
|
|
@ -56,7 +56,7 @@ unsafe fn init(
|
|||
srv_data: *const u8,
|
||||
srv_unref: jay_config::_private::Unref,
|
||||
srv_handler: jay_config::_private::ServerHandler,
|
||||
_msg: jay_config::_private::ipc::InitMessage,
|
||||
_msg: jay_config::_private::messages::InitMessage,
|
||||
) -> *const u8 {
|
||||
let tc = CONFIG.get();
|
||||
assert!(tc.is_not_null());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue