Spotfix for import path error. #34
@@ -1,7 +1,4 @@
|
||||
use crate::{
|
||||
color::ffi::WMColor,
|
||||
pango_extras,
|
||||
};
|
||||
use crate::pango_extras;
|
||||
|
||||
use std::{
|
||||
ffi::{CStr, CString, c_double, c_int, c_uint, c_void},
|
||||
@@ -213,7 +210,12 @@ pub mod ffi {
|
||||
|
||||
use std::ffi::CStr;
|
||||
|
||||
use crate::{WINGsP, configuration::Configuration, pango_extras};
|
||||
use crate::{
|
||||
WINGsP,
|
||||
configuration::Configuration,
|
||||
color::ffi::WMColor,
|
||||
pango_extras,
|
||||
};
|
||||
|
||||
use std::{
|
||||
ffi::{c_char, c_int, c_uint},
|
||||
|
||||
Reference in New Issue
Block a user