mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Remove apostrophes from instances of possessive "its".
I noticed one instance of this while looking at the code the other day, and after a quick grep, realized it happened a *lot*! One of the many frustrating things about the English language is that we use apostrophes to make pretty much everything possessive *except* the pronoun "it". In that case, we use "its". "It's" is reserved for the contraction meaning "it is" or "it has".
This commit is contained in:
committed by
Carlos R. Mafra
parent
6320bb6219
commit
a17d131da3
@@ -4063,7 +4063,7 @@ Changes since version 0.17.5:
|
|||||||
icons
|
icons
|
||||||
- fixed bug in focusfollowmouse that made windows under the currently
|
- fixed bug in focusfollowmouse that made windows under the currently
|
||||||
focused window that close, to not get the focus
|
focused window that close, to not get the focus
|
||||||
- if the app is a .app, it will try to find it's icon in the .app
|
- if the app is a .app, it will try to find its icon in the .app
|
||||||
directory and save it in the WMWindowAttributes, so that the dock can use it.
|
directory and save it in the WMWindowAttributes, so that the dock can use it.
|
||||||
- drag docklets that select for mouse events to with Alt+drag
|
- drag docklets that select for mouse events to with Alt+drag
|
||||||
|
|
||||||
@@ -4934,7 +4934,7 @@ Changes since version 0.3.2:
|
|||||||
|
|
||||||
- application icons (not mini-windows) like I think how it is on NEXTSTEP(tm)
|
- application icons (not mini-windows) like I think how it is on NEXTSTEP(tm)
|
||||||
- fixed "slippery" icon movement
|
- fixed "slippery" icon movement
|
||||||
- added a Dock (not for GNUstep, as it will have it's own)
|
- added a Dock (not for GNUstep, as it will have its own)
|
||||||
|
|
||||||
Changes since version 0.3.1:
|
Changes since version 0.3.1:
|
||||||
............................
|
............................
|
||||||
@@ -4964,7 +4964,7 @@ it's opened to select items, just drag the pointer
|
|||||||
- transient owners get a different titlebar color when the focus
|
- transient owners get a different titlebar color when the focus
|
||||||
is in the transient (e.g, in NeXTese: mainWindow is highlighted correctly when
|
is in the transient (e.g, in NeXTese: mainWindow is highlighted correctly when
|
||||||
the keyWindow is a panel)
|
the keyWindow is a panel)
|
||||||
- when transient is closed, it's owner always get the focus
|
- when transient is closed, its owner always get the focus
|
||||||
- fixed XGrabButton/BadAccess bug
|
- fixed XGrabButton/BadAccess bug
|
||||||
- fixed window_count error (this time I'm 90% sure)
|
- fixed window_count error (this time I'm 90% sure)
|
||||||
- fixed focusNextWindow through Alt-Tab bug with non-focusable windows
|
- fixed focusNextWindow through Alt-Tab bug with non-focusable windows
|
||||||
|
|||||||
6
FAQ
6
FAQ
@@ -333,7 +333,7 @@ Window Maker distribution.
|
|||||||
|
|
||||||
The author Anthony Quinn <southgat@frontiernet.net> has released a
|
The author Anthony Quinn <southgat@frontiernet.net> has released a
|
||||||
version that works with Window Maker >= 0.15.x. It is available from
|
version that works with Window Maker >= 0.15.x. It is available from
|
||||||
it's home page at http://www.frontiernet.net/~southgat/wmsound/
|
its home page at http://www.frontiernet.net/~southgat/wmsound/
|
||||||
or on Largo's site at http://wm.current.nu/files.html#wmsound
|
or on Largo's site at http://wm.current.nu/files.html#wmsound
|
||||||
for your convenience.
|
for your convenience.
|
||||||
|
|
||||||
@@ -352,7 +352,7 @@ GNOME application they have no title bar" below.
|
|||||||
To use it with CDE, read the answer for "How do I switch
|
To use it with CDE, read the answer for "How do I switch
|
||||||
CDE's window manager to use Window Maker?"
|
CDE's window manager to use Window Maker?"
|
||||||
|
|
||||||
To use it with KDE, read it's documentation to get rid of kwm (and possibly
|
To use it with KDE, read its documentation to get rid of kwm (and possibly
|
||||||
kpanel) and replace it with wmaker. Then, start WPrefs.app, go to "Mouse
|
kpanel) and replace it with wmaker. Then, start WPrefs.app, go to "Mouse
|
||||||
Preferences" and set the "Disable mouse actions" check box. You will
|
Preferences" and set the "Disable mouse actions" check box. You will
|
||||||
need to restart Window Maker to make this change take effect. The
|
need to restart Window Maker to make this change take effect. The
|
||||||
@@ -1283,7 +1283,7 @@ WM_NORMAL_HINTS(WM_SIZE_HINTS):
|
|||||||
user specified size: 400 by 300
|
user specified size: 400 by 300
|
||||||
program specified minimum size: 400 by 300
|
program specified minimum size: 400 by 300
|
||||||
|
|
||||||
Now, when scilab opens it's window, Window Maker nicely does exactly what it
|
Now, when scilab opens its window, Window Maker nicely does exactly what it
|
||||||
is told, that is, map the window at position 136679205, 1074468360 which
|
is told, that is, map the window at position 136679205, 1074468360 which
|
||||||
obviously falls outside the screen no matter how big is your monitor ;)
|
obviously falls outside the screen no matter how big is your monitor ;)
|
||||||
|
|
||||||
|
|||||||
6
NEWS
6
NEWS
@@ -1643,7 +1643,7 @@ raising/lowering there is a time threshold before raising/lowering.
|
|||||||
The thresholds can be changed in wconfig.h by changing one or both of
|
The thresholds can be changed in wconfig.h by changing one or both of
|
||||||
AUTO_LOWER_DELAY and AUTO_RAISE_DELAY (expressed in milliseconds).
|
AUTO_LOWER_DELAY and AUTO_RAISE_DELAY (expressed in milliseconds).
|
||||||
For example if you set AUTO_RAISE_DELAY to 0, then the Clip will be raised as
|
For example if you set AUTO_RAISE_DELAY to 0, then the Clip will be raised as
|
||||||
soon as the mouse pointer enters it's area. Setting AUTO_RAISE_DELAY to a very
|
soon as the mouse pointer enters its area. Setting AUTO_RAISE_DELAY to a very
|
||||||
big value, will make the Clip to practically do not auto raise unless clicked,
|
big value, will make the Clip to practically do not auto raise unless clicked,
|
||||||
but to be automatically lowered after AUTO_LOWER_DELAY (ms) when leaved.
|
but to be automatically lowered after AUTO_LOWER_DELAY (ms) when leaved.
|
||||||
|
|
||||||
@@ -2572,7 +2572,7 @@ The OPEN_MENU command now supports the following syntax:
|
|||||||
// it in current position
|
// it in current position
|
||||||
OPEN_MENU file.menu
|
OPEN_MENU file.menu
|
||||||
2. Pipe menu handling.
|
2. Pipe menu handling.
|
||||||
// opens command and uses it's stdout to construct menu.
|
// opens command and uses its stdout to construct menu.
|
||||||
// Command's output must be a valid menu description.
|
// Command's output must be a valid menu description.
|
||||||
OPEN_MENU | command
|
OPEN_MENU | command
|
||||||
3. Directory handling.
|
3. Directory handling.
|
||||||
@@ -3175,7 +3175,7 @@ when they are first mapped
|
|||||||
titlebar gradients are in a single piece now
|
titlebar gradients are in a single piece now
|
||||||
|
|
||||||
the WMDock file was merged into the WMState file. You can insert this
|
the WMDock file was merged into the WMState file. You can insert this
|
||||||
file in WMState and set it's key to Dock. For example, if your WMDock
|
file in WMState and set its key to Dock. For example, if your WMDock
|
||||||
contains:
|
contains:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
4
README
4
README
@@ -178,7 +178,7 @@ Running multiple instances of Window Maker
|
|||||||
|
|
||||||
It is not a good idea to run more than one instance of Window Maker
|
It is not a good idea to run more than one instance of Window Maker
|
||||||
from the same user (so that wmaker will use the same configuration files) at the
|
from the same user (so that wmaker will use the same configuration files) at the
|
||||||
same time. You might get unexpected behavior when Window Maker updates it's
|
same time. You might get unexpected behavior when Window Maker updates its
|
||||||
configuration files.
|
configuration files.
|
||||||
|
|
||||||
If you really desire to do this, try running Window Maker with the command line
|
If you really desire to do this, try running Window Maker with the command line
|
||||||
@@ -209,7 +209,7 @@ while keeping a nice appearance and good functionality, follow the items bellow:
|
|||||||
- remove support for image formats you don't use
|
- remove support for image formats you don't use
|
||||||
- to reduce memory usage, disable the icon cache, by setting the RIMAGE_CACHE
|
- to reduce memory usage, disable the icon cache, by setting the RIMAGE_CACHE
|
||||||
environment variable to 0. If you want to increase performance at the cost of
|
environment variable to 0. If you want to increase performance at the cost of
|
||||||
memory usage, set it's value to a value like the number of different icons you
|
memory usage, set its value to a value like the number of different icons you
|
||||||
use. Also, disable anti-aliased text support in ~/GNUstep/Defaults/WMGLOBAL.
|
use. Also, disable anti-aliased text support in ~/GNUstep/Defaults/WMGLOBAL.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
12
WINGs/README
12
WINGs/README
@@ -8,25 +8,25 @@
|
|||||||
kojima@windowmaker.info
|
kojima@windowmaker.info
|
||||||
|
|
||||||
|
|
||||||
WINGs is a small widget set with the N*XTSTEP look and feel. It's API
|
WINGs is a small widget set with the N*XTSTEP look and feel. Its API
|
||||||
is inspired in OpenStep and it's implementation borrows some ideas
|
is inspired in OpenStep and its implementation borrows some ideas
|
||||||
from Tk. It has a reasonable set of widgets, sufficient for building
|
from Tk. It has a reasonable set of widgets, sufficient for building
|
||||||
small applications (like a CDPlayer or hacking something like rxvt). It
|
small applications (like a CDPlayer or hacking something like rxvt). It
|
||||||
also has other functions that are usefull for applications, like a
|
also has other functions that are usefull for applications, like a
|
||||||
User Defaults alike configuration manager and a notification system.
|
User Defaults alike configuration manager and a notification system.
|
||||||
|
|
||||||
The library is limited and it's design is a little sloppy,
|
The library is limited and its design is a little sloppy,
|
||||||
so it's not intended to build large or complex applications, like
|
so it's not intended to build large or complex applications, like
|
||||||
anything more complex than a CDPlayer. GNUstep should be used for such
|
anything more complex than a CDPlayer. GNUstep should be used for such
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
Since WINGs is written in C and is sort of low-level it is small
|
Since WINGs is written in C and is sort of low-level it is small
|
||||||
and faster than say, Motif or even Athena. Knowing Xlib will help you to
|
and faster than say, Motif or even Athena. Knowing Xlib will help you to
|
||||||
workaround some of it's limitations, although you'll probably be able to
|
workaround some of its limitations, although you'll probably be able to
|
||||||
write something like a trivial tic-tac-toe game without knowing much Xlib.
|
write something like a trivial tic-tac-toe game without knowing much Xlib.
|
||||||
|
|
||||||
Some of it's functions are designed to support the Window Maker window
|
Some of its functions are designed to support the Window Maker window
|
||||||
manager (see http://windowmaker.info) In fact, it's primary role is to
|
manager (see http://windowmaker.info) In fact, its primary role is to
|
||||||
support Window Maker. All other uses of it are just an added bonus.
|
support Window Maker. All other uses of it are just an added bonus.
|
||||||
|
|
||||||
It will help you to understand the API if you read the ApplicationKit
|
It will help you to understand the API if you read the ApplicationKit
|
||||||
|
|||||||
@@ -945,7 +945,7 @@ void WMSetFocusToWidget(WMWidget * widget)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* WMRealizeWidget-
|
* WMRealizeWidget-
|
||||||
* Realizes the widget and all it's children.
|
* Realizes the widget and all its children.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void WMRealizeWidget(WMWidget * w)
|
void WMRealizeWidget(WMWidget * w)
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
WPrefs.app is the preferences "editor" for the WindowMaker window
|
WPrefs.app is the preferences "editor" for the WindowMaker window
|
||||||
manager. It can be used to set most of the preference options of WindowMaker
|
manager. It can be used to set most of the preference options of WindowMaker
|
||||||
and define it's applications menu. It also can change some settings
|
and define its applications menu. It also can change some settings
|
||||||
that do not belong to WindowMaker.
|
that do not belong to WindowMaker.
|
||||||
|
|
||||||
Although WPrefs.app is designed to be easy to use, you should read the
|
Although WPrefs.app is designed to be easy to use, you should read the
|
||||||
@@ -16,7 +16,7 @@ of WindowMaker that are not related to configuration.
|
|||||||
|
|
||||||
To run WPrefs, do not put it in your search path. Instead, run it
|
To run WPrefs, do not put it in your search path. Instead, run it
|
||||||
with the full path, like /usr/local/GNUstep/Applications/WPrefs.app/WPrefs
|
with the full path, like /usr/local/GNUstep/Applications/WPrefs.app/WPrefs
|
||||||
Then, dock it's application icon. The dock will automatically detect it's
|
Then, dock its application icon. The dock will automatically detect its
|
||||||
icon and use it.
|
icon and use it.
|
||||||
|
|
||||||
If you change configuration often, you might want to leave WPrefs
|
If you change configuration often, you might want to leave WPrefs
|
||||||
@@ -46,7 +46,7 @@ The mouse speed configuration is saved as a call for xset in
|
|||||||
~/G/D/L/W/autostart. WindowMaker calls this file when it is started.
|
~/G/D/L/W/autostart. WindowMaker calls this file when it is started.
|
||||||
|
|
||||||
If you don't want or can't use the menu definition section, do not
|
If you don't want or can't use the menu definition section, do not
|
||||||
open it's section (or if you do open it, do not Save), or WPrefs will
|
open its section (or if you do open it, do not Save), or WPrefs will
|
||||||
overwrite your ~/G/D/WMRootMenu file.
|
overwrite your ~/G/D/WMRootMenu file.
|
||||||
|
|
||||||
Only options that have different values than what is found in the
|
Only options that have different values than what is found in the
|
||||||
|
|||||||
@@ -1671,7 +1671,7 @@ msgstr "Keela tiitliriba"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
* // it in current position
|
* // it in current position
|
||||||
* OPEN_MENU file.menu
|
* OPEN_MENU file.menu
|
||||||
* 2. Pipe menu handling.
|
* 2. Pipe menu handling.
|
||||||
* // opens command and uses it's stdout to construct menu.
|
* // opens command and uses its stdout to construct menu.
|
||||||
* // Command's output must be a valid menu description.
|
* // Command's output must be a valid menu description.
|
||||||
* // The space between '|' and command itself is optional.
|
* // The space between '|' and command itself is optional.
|
||||||
* OPEN_MENU | command
|
* OPEN_MENU | command
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
* // it in current position
|
* // it in current position
|
||||||
* OPEN_MENU file.menu
|
* OPEN_MENU file.menu
|
||||||
* 2. Pipe menu handling.
|
* 2. Pipe menu handling.
|
||||||
* // opens command and uses it's stdout to construct menu.
|
* // opens command and uses its stdout to construct menu.
|
||||||
* // Command's output must be a valid menu description.
|
* // Command's output must be a valid menu description.
|
||||||
* // The space between '|' and command itself is optional.
|
* // The space between '|' and command itself is optional.
|
||||||
* OPEN_MENU | command
|
* OPEN_MENU | command
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
* // it in current position
|
* // it in current position
|
||||||
* OPEN_MENU file.menu
|
* OPEN_MENU file.menu
|
||||||
* 2. Pipe menu handling.
|
* 2. Pipe menu handling.
|
||||||
* // opens command and uses it's stdout to construct menu.
|
* // opens command and uses its stdout to construct menu.
|
||||||
* // Command's output must be a valid menu description.
|
* // Command's output must be a valid menu description.
|
||||||
* // The space between '|' and command itself is optional.
|
* // The space between '|' and command itself is optional.
|
||||||
* OPEN_MENU | command
|
* OPEN_MENU | command
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
* // it in current position
|
* // it in current position
|
||||||
* OPEN_MENU file.menu
|
* OPEN_MENU file.menu
|
||||||
* 2. Pipe menu handling.
|
* 2. Pipe menu handling.
|
||||||
* // opens command and uses it's stdout to construct menu.
|
* // opens command and uses its stdout to construct menu.
|
||||||
* // Command's output must be a valid menu description.
|
* // Command's output must be a valid menu description.
|
||||||
* // The space between '|' and command itself is optional.
|
* // The space between '|' and command itself is optional.
|
||||||
* OPEN_MENU | command
|
* OPEN_MENU | command
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
* // it in current position
|
* // it in current position
|
||||||
* OPEN_MENU file.menu
|
* OPEN_MENU file.menu
|
||||||
* 2. Pipe menu handling.
|
* 2. Pipe menu handling.
|
||||||
* // opens command and uses it's stdout to construct menu.
|
* // opens command and uses its stdout to construct menu.
|
||||||
* // Command's output must be a valid menu description.
|
* // Command's output must be a valid menu description.
|
||||||
* // The space between '|' and command itself is optional.
|
* // The space between '|' and command itself is optional.
|
||||||
* OPEN_MENU | command
|
* OPEN_MENU | command
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
* // it in current position
|
* // it in current position
|
||||||
* OPEN_MENU file.menu
|
* OPEN_MENU file.menu
|
||||||
* 2. Pipe menu handling.
|
* 2. Pipe menu handling.
|
||||||
* // opens command and uses it's stdout to construct menu.
|
* // opens command and uses its stdout to construct menu.
|
||||||
* // Command's output must be a valid menu description.
|
* // Command's output must be a valid menu description.
|
||||||
* // The space between '|' and command itself is optional.
|
* // The space between '|' and command itself is optional.
|
||||||
* OPEN_MENU | command
|
* OPEN_MENU | command
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
* // it in current position
|
* // it in current position
|
||||||
* OPEN_MENU file.menu
|
* OPEN_MENU file.menu
|
||||||
* 2. Pipe menu handling.
|
* 2. Pipe menu handling.
|
||||||
* // opens command and uses it's stdout to construct menu.
|
* // opens command and uses its stdout to construct menu.
|
||||||
* // Command's output must be a valid menu description.
|
* // Command's output must be a valid menu description.
|
||||||
* // The space between '|' and command itself is optional.
|
* // The space between '|' and command itself is optional.
|
||||||
* OPEN_MENU | command
|
* OPEN_MENU | command
|
||||||
|
|||||||
@@ -464,7 +464,7 @@ AC_PATH_XTRA
|
|||||||
|
|
||||||
AS_IF([test "x$no_x" = "xyes"],
|
AS_IF([test "x$no_x" = "xyes"],
|
||||||
[AC_MSG_ERROR([The path for the X11 files not found!
|
[AC_MSG_ERROR([The path for the X11 files not found!
|
||||||
Make sure you have X and it's headers and libraries (the -devel packages
|
Make sure you have X and its headers and libraries (the -devel packages
|
||||||
in Linux) installed.])])
|
in Linux) installed.])])
|
||||||
|
|
||||||
X_LIBRARY_PATH=$x_libraries
|
X_LIBRARY_PATH=$x_libraries
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ WPrefs \- Window Maker configuration tool
|
|||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
WPrefs.app is the preferences "editor" for the WindowMaker window manager. It
|
WPrefs.app is the preferences "editor" for the WindowMaker window manager. It
|
||||||
can be used to set most of the preference options of WindowMaker and define
|
can be used to set most of the preference options of WindowMaker and define
|
||||||
it's applications menu. It also can change some settings that do not belong to
|
its applications menu. It also can change some settings that do not belong to
|
||||||
WindowMaker.
|
WindowMaker.
|
||||||
.PP
|
.PP
|
||||||
Although WPrefs.app is designed to be easy to use, you should read the
|
Although WPrefs.app is designed to be easy to use, you should read the
|
||||||
|
|||||||
2
po/be.po
2
po/be.po
@@ -1643,7 +1643,7 @@ msgstr "Забароніць загаловак"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/bg.po
2
po/bg.po
@@ -2063,7 +2063,7 @@ msgstr "Без заглавна ивица"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/ca.po
2
po/ca.po
@@ -1684,7 +1684,7 @@ msgstr "Deshabilitar la barra de títol"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/cs.po
2
po/cs.po
@@ -1598,7 +1598,7 @@ msgstr "Zakázat titulek"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/da.po
2
po/da.po
@@ -1937,7 +1937,7 @@ msgstr "Fjern titellinje"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/de.po
2
po/de.po
@@ -1496,7 +1496,7 @@ msgstr "Keine Titelleiste"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/el.po
2
po/el.po
@@ -1377,7 +1377,7 @@ msgstr "Αφαίρεση μπάρας τίτλου"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/es.po
2
po/es.po
@@ -1493,7 +1493,7 @@ msgstr "Deshabilitar barra de título"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/et.po
2
po/et.po
@@ -1468,7 +1468,7 @@ msgstr "Tiitliriba on peidus"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/fi.po
2
po/fi.po
@@ -1624,7 +1624,7 @@ msgstr "Ei otsikkopalkkia"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/fr.po
2
po/fr.po
@@ -1648,7 +1648,7 @@ msgstr "Sans barre de titre"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/fy.po
2
po/fy.po
@@ -1626,7 +1626,7 @@ msgstr "Titelbalke útskeakelje"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/gl.po
2
po/gl.po
@@ -1448,7 +1448,7 @@ msgstr "Desactivar Barra de Título"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/hu.po
2
po/hu.po
@@ -1562,7 +1562,7 @@ msgstr "Címsor letiltása"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/hy.po
2
po/hy.po
@@ -1665,7 +1665,7 @@ msgstr "Կասեցնել անուանագօտին"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/it.po
2
po/it.po
@@ -1580,7 +1580,7 @@ msgstr "Elimina la barra del titolo"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/ja.po
2
po/ja.po
@@ -1460,7 +1460,7 @@ msgstr "タイトルバーを表示しない"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/ko.po
2
po/ko.po
@@ -1461,7 +1461,7 @@ msgstr "타이틀바 사용안함"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/ms.po
2
po/ms.po
@@ -1620,7 +1620,7 @@ msgstr "Matikan titlebar"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/nl.po
2
po/nl.po
@@ -1630,7 +1630,7 @@ msgstr "Titelbalk uitschakelen"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/pt.po
2
po/pt.po
@@ -1438,7 +1438,7 @@ msgstr "Remover barra de título"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/ru.po
2
po/ru.po
@@ -1649,7 +1649,7 @@ msgstr "Отключить заголовок"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/sk.po
2
po/sk.po
@@ -1693,7 +1693,7 @@ msgstr "Odstrániť hornú lištu"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
2
po/uk.po
2
po/uk.po
@@ -1658,7 +1658,7 @@ msgstr "Прибрати шапку вікна"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -1370,7 +1370,7 @@ msgstr "不使用标题行"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -1542,7 +1542,7 @@ msgstr "使「標題列」失效"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Remove the titlebar of this window.\n"
|
"Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings)."
|
"settings)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -577,7 +577,7 @@ void handleMaximize(WWindow *wwin, int directions)
|
|||||||
* corners) and only when requested state is also half maximized, but on
|
* corners) and only when requested state is also half maximized, but on
|
||||||
* opposite side of the screen. As for corners, it is similar, but
|
* opposite side of the screen. As for corners, it is similar, but
|
||||||
* expected is that only quarter maximized windows on corner can change
|
* expected is that only quarter maximized windows on corner can change
|
||||||
* it's state to half maximized window, depending on direction. Note, that
|
* its state to half maximized window, depending on direction. Note, that
|
||||||
* MAX_KEYBOARD is passed to the wMaximizeWindow function, to preserve the
|
* MAX_KEYBOARD is passed to the wMaximizeWindow function, to preserve the
|
||||||
* head, even if mouse was used for triggering the action. */
|
* head, even if mouse was used for triggering the action. */
|
||||||
|
|
||||||
|
|||||||
@@ -2074,7 +2074,7 @@ getWSSpecificBackground(WScreen * scr, WDefaultEntry * entry, WMPropList * value
|
|||||||
* Kluge to force wmsetbg helper to set the default background.
|
* Kluge to force wmsetbg helper to set the default background.
|
||||||
* If the WorkspaceSpecificBack is changed once wmaker has started,
|
* If the WorkspaceSpecificBack is changed once wmaker has started,
|
||||||
* the WorkspaceBack won't be sent to the helper, unless the user
|
* the WorkspaceBack won't be sent to the helper, unless the user
|
||||||
* changes it's value too. So, we must force this by removing the
|
* changes its value too. So, we must force this by removing the
|
||||||
* value from the defaults DB.
|
* value from the defaults DB.
|
||||||
*/
|
*/
|
||||||
if (!scr->flags.backimage_helper_launched && !scr->flags.startup) {
|
if (!scr->flags.backimage_helper_launched && !scr->flags.startup) {
|
||||||
|
|||||||
@@ -2628,7 +2628,7 @@ Bool wDockSnapIcon(WDock *dock, WAppIcon *icon, int req_x, int req_y, int *ret_x
|
|||||||
continue;
|
continue;
|
||||||
for (i = 0; i < tmp->max_icons; i++) {
|
for (i = 0; i < tmp->max_icons; i++) {
|
||||||
nicon = tmp->icon_array[i];
|
nicon = tmp->icon_array[i];
|
||||||
if (nicon && nicon != icon && /* Icon can't be it's own neighbour */
|
if (nicon && nicon != icon && /* Icon can't be its own neighbour */
|
||||||
(abs(nicon->xindex - ex_x) <= CLIP_ATTACH_VICINITY &&
|
(abs(nicon->xindex - ex_x) <= CLIP_ATTACH_VICINITY &&
|
||||||
abs(nicon->yindex - ex_y) <= CLIP_ATTACH_VICINITY)) {
|
abs(nicon->yindex - ex_y) <= CLIP_ATTACH_VICINITY)) {
|
||||||
neighbours = 1;
|
neighbours = 1;
|
||||||
|
|||||||
@@ -1994,7 +1994,7 @@ static void menuMouseDown(WObjDescriptor * desc, XEvent * event)
|
|||||||
wusleep(MENU_BLINK_DELAY);
|
wusleep(MENU_BLINK_DELAY);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/* unmap the menu, it's parents and call the callback */
|
/* unmap the menu, its parents and call the callback */
|
||||||
if (!menu->flags.buttoned && (!menu->flags.app_menu || menu->parent != NULL)) {
|
if (!menu->flags.buttoned && (!menu->flags.app_menu || menu->parent != NULL)) {
|
||||||
closeCascade(menu);
|
closeCascade(menu);
|
||||||
} else {
|
} else {
|
||||||
@@ -2234,7 +2234,7 @@ static void menuTitleMouseDown(WCoreWindow * sender, void *data, XEvent * event)
|
|||||||
* closed when the button is clicked.
|
* closed when the button is clicked.
|
||||||
*
|
*
|
||||||
* Side effects:
|
* Side effects:
|
||||||
* The closed menu is reinserted at it's parent menus
|
* The closed menu is reinserted at its parent menus
|
||||||
* cascade list.
|
* cascade list.
|
||||||
*----------------------------------------------------------------------
|
*----------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ typedef struct WMenu {
|
|||||||
int frame_x, frame_y; /* position of the frame in root*/
|
int frame_x, frame_y; /* position of the frame in root*/
|
||||||
|
|
||||||
WMenuEntry **entries; /* array of entries. This is shared
|
WMenuEntry **entries; /* array of entries. This is shared
|
||||||
* by the menu and it's "brother" */
|
* by the menu and its "brother" */
|
||||||
short alloced_entries; /* number of entries allocated in
|
short alloced_entries; /* number of entries allocated in
|
||||||
* entry array */
|
* entry array */
|
||||||
struct WMenu **cascades; /* array of cascades */
|
struct WMenu **cascades; /* array of cascades */
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ typedef struct WDrawerChain {
|
|||||||
} WDrawerChain;
|
} WDrawerChain;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* each WScreen is saved into a context associated with it's root window
|
* each WScreen is saved into a context associated with its root window
|
||||||
*/
|
*/
|
||||||
typedef struct _WScreen {
|
typedef struct _WScreen {
|
||||||
int screen; /* screen number */
|
int screen; /* screen number */
|
||||||
|
|||||||
@@ -336,7 +336,7 @@ void wLowerFrame(WCoreWindow * frame)
|
|||||||
if (owner != wlist) {
|
if (owner != wlist) {
|
||||||
while (wlist->stacking->under) {
|
while (wlist->stacking->under) {
|
||||||
/* if this is a transient, it should not be placed under
|
/* if this is a transient, it should not be placed under
|
||||||
* it's owner */
|
* its owner */
|
||||||
if (owner == wlist->stacking->under)
|
if (owner == wlist->stacking->under)
|
||||||
break;
|
break;
|
||||||
wlist = wlist->stacking->under;
|
wlist = wlist->stacking->under;
|
||||||
@@ -391,7 +391,7 @@ void wLowerFrame(WCoreWindow * frame)
|
|||||||
* None
|
* None
|
||||||
*
|
*
|
||||||
* Side effects:
|
* Side effects:
|
||||||
* The frame is added to it's screen's window list.
|
* The frame is added to its screen's window list.
|
||||||
*----------------------------------------------------------------------
|
*----------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
void AddToStackList(WCoreWindow * frame)
|
void AddToStackList(WCoreWindow * frame)
|
||||||
|
|||||||
@@ -190,7 +190,7 @@ void UpdateSwitchMenu(WScreen * scr, WWindow * wwin, int action)
|
|||||||
* 1. When a window is created.
|
* 1. When a window is created.
|
||||||
* 2. When a window is destroyed.
|
* 2. When a window is destroyed.
|
||||||
*
|
*
|
||||||
* 3. When a window changes it's title.
|
* 3. When a window changes its title.
|
||||||
* 4. When a window changes its workspace.
|
* 4. When a window changes its workspace.
|
||||||
*/
|
*/
|
||||||
if (action == ACTION_ADD) {
|
if (action == ACTION_ADD) {
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ typedef struct WFakeGroupLeader {
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Stores client window information. Each client window has it's
|
* Stores client window information. Each client window has its
|
||||||
* structure created when it's being first mapped.
|
* structure created when it's being first mapped.
|
||||||
*/
|
*/
|
||||||
typedef struct WWindow {
|
typedef struct WWindow {
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ static const struct {
|
|||||||
{ "NoTitlebar", { .no_titlebar = 1 }, N_("Disable titlebar"),
|
{ "NoTitlebar", { .no_titlebar = 1 }, N_("Disable titlebar"),
|
||||||
N_("Remove the titlebar of this window.\n"
|
N_("Remove the titlebar of this window.\n"
|
||||||
"To access the window commands menu of a window\n"
|
"To access the window commands menu of a window\n"
|
||||||
"without it's titlebar, press Control+Esc (or the\n"
|
"without its titlebar, press Control+Esc (or the\n"
|
||||||
"equivalent shortcut, if you changed the default\n"
|
"equivalent shortcut, if you changed the default\n"
|
||||||
"settings).") },
|
"settings).") },
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ static Time getTimestamp(Display * dpy, Window win)
|
|||||||
*
|
*
|
||||||
* 2. Set a dummy property in our window.
|
* 2. Set a dummy property in our window.
|
||||||
*
|
*
|
||||||
* 3. Get the PropertyNotify event and get it's timestamp.
|
* 3. Get the PropertyNotify event and get its timestamp.
|
||||||
*
|
*
|
||||||
* 4. Ungrab the server.
|
* 4. Ungrab the server.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user