mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Add GS prefix to the names of the new user defaults.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@34587 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8edd54c5fb
commit
cc2cffa7e8
1 changed files with 2 additions and 2 deletions
|
@ -3076,7 +3076,7 @@ static BOOL didCreatePixmaps;
|
|||
data3: 1];
|
||||
}
|
||||
else if (((window->win_attrs.window_style & NSIconWindowMask) != 0)
|
||||
&& [defs boolForKey: @"StickyAppIcons"] == YES)
|
||||
&& [defs boolForKey: @"GSStickyAppIcons"] == YES)
|
||||
{
|
||||
[self _sendRoot: window->root
|
||||
type: generic.netstates.net_wm_state_atom
|
||||
|
@ -3088,7 +3088,7 @@ static BOOL didCreatePixmaps;
|
|||
data4: 1];
|
||||
}
|
||||
else if (((window->win_attrs.window_style & NSMiniWindowMask) != 0)
|
||||
&& [defs boolForKey: @"StickyMiniWindows"] == YES)
|
||||
&& [defs boolForKey: @"GSStickyMiniWindows"] == YES)
|
||||
{
|
||||
[self _sendRoot: window->root
|
||||
type: generic.netstates.net_wm_state_atom
|
||||
|
|
Loading…
Reference in a new issue