diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-03-21 01:03:00 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-03-21 01:03:00 +0000 |
| commit | 335e8acbfc5d2824f1fd2cb67a5add8e1ed40b06 (patch) | |
| tree | 11a57b82c4825d2561c71f71e2e1067cd1e0d363 /openbox/client.h | |
| parent | 64c65f3b67364bb82420dbdd05d7e655b1d74d43 (diff) | |
yay no tabs in the source
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openbox/client.h b/openbox/client.h index 5942eb14..10402914 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -324,11 +324,11 @@ gboolean client_focused(ObClient *self); @param h The height component of the new size for the client. @param user Specifies whether this is a user-requested change or a program requested change. For program requested changes, the - constraints are not checked. + constraints are not checked. @param final If user is true, then this should specify if this is a final configuration. e.g. Final should be FALSE if doing an - interactive move/resize, and then be TRUE for the last call - only. + interactive move/resize, and then be TRUE for the last call + only. @param force_reply Send a ConfigureNotify to the client regardless of if the position changed. */ @@ -484,7 +484,7 @@ void client_update_normal_hints(ObClient *self); /*! Updates the WMHints and adjusts things if they change @param initstate Whether to read the initial_state property from the WMHints. This should only be used during the mapping - process. + process. */ void client_update_wmhints(ObClient *self); /*! Updates the window's title and icon title */ |
