diff options
author | fluxgen <fluxgen> | 2002-10-16 19:06:51 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-10-16 19:06:51 (GMT) |
commit | 46087c7e08f96864bc14a9eaa06067f7672997a0 (patch) | |
tree | e0671406f509804a4a6bcb8d4ebdca35b08b36a2 /src/Gnome.cc | |
parent | dfaed0cecae85324fc72b968ebe28f74067aaeba (diff) | |
download | fluxbox_pavel-46087c7e08f96864bc14a9eaa06067f7672997a0.zip fluxbox_pavel-46087c7e08f96864bc14a9eaa06067f7672997a0.tar.bz2 |
const pointer
Diffstat (limited to 'src/Gnome.cc')
-rw-r--r-- | src/Gnome.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gnome.cc b/src/Gnome.cc index 1eb0c04..4d21fb6 100644 --- a/src/Gnome.cc +++ b/src/Gnome.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Gnome.cc,v 1.3 2002/09/10 12:23:03 fluxgen Exp $ | 22 | // $Id: Gnome.cc,v 1.4 2002/10/16 19:06:51 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Gnome.hh" | 24 | #include "Gnome.hh" |
25 | 25 | ||
@@ -213,7 +213,7 @@ void Gnome::updateHints(FluxboxWindow &win) { | |||
213 | 213 | ||
214 | } | 214 | } |
215 | 215 | ||
216 | bool Gnome::checkClientMessage(const XClientMessageEvent &ce, BScreen *screen, FluxboxWindow *win) { | 216 | bool Gnome::checkClientMessage(const XClientMessageEvent &ce, BScreen * const screen, FluxboxWindow * const win) { |
217 | if (ce.message_type == m_gnome_wm_win_workspace) { | 217 | if (ce.message_type == m_gnome_wm_win_workspace) { |
218 | #ifdef DEBUG | 218 | #ifdef DEBUG |
219 | cerr<<__FILE__<<"("<<__LINE__<<"): Got workspace atom="<<ce.data.l[0]<<endl; | 219 | cerr<<__FILE__<<"("<<__LINE__<<"): Got workspace atom="<<ce.data.l[0]<<endl; |