This reverts commit 8afeb910bd.
Reverting because this change made Pinyin input unusable
(only latin characters showed even after selecting the
desired Chinese character)
This commit is contained in:
parent
5331397c6c
commit
6b250a74f8
5 changed files with 31 additions and 121 deletions
|
|
@ -118,8 +118,6 @@ pub enum NSWindowLevel {
|
|||
NSScreenSaverWindowLevel = kCGScreenSaverWindowLevelKey as _,
|
||||
}
|
||||
|
||||
pub const NSStringEnumerationByComposedCharacterSequences: NSUInteger = 2;
|
||||
|
||||
pub type CGDisplayFadeInterval = f32;
|
||||
pub type CGDisplayReservationInterval = f32;
|
||||
pub type CGDisplayBlendFraction = f32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue