aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-04-04 22:39:52 (GMT)
committerfluxgen <fluxgen>2002-04-04 22:39:52 (GMT)
commit675f28ad9e6fa12c9470694983c9178422ee98a9 (patch)
tree2b8fec45acdaf56b0e323b1b4db2be2da027d384 /src/Window.hh
parentd78a4ac9a983e6ef20e3ddc97af50a963e35c54d (diff)
downloadfluxbox-675f28ad9e6fa12c9470694983c9178422ee98a9.zip
fluxbox-675f28ad9e6fa12c9470694983c9178422ee98a9.tar.bz2
fixed iconbar update bug
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 4611385..0dc1e91 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.17 2002/04/04 14:23:30 fluxgen Exp $ 25// $Id: Window.hh,v 1.18 2002/04/04 22:39:52 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -317,7 +317,7 @@ private:
317 void stopMoving(); 317 void stopMoving();
318 void startResizing(XMotionEvent *me, bool left); 318 void startResizing(XMotionEvent *me, bool left);
319 void stopResizing(Window win=0); 319 void stopResizing(Window win=0);
320 320 void updateIcon();
321 321
322 #ifdef GNOME 322 #ifdef GNOME
323 323