Browse Source

Fixed an odd polymorph bug. That should really set off a warning or something..

Dalton Nell 9 years ago
parent
commit
833405ae90
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      src/xselectrectangle.hpp

+ 0
- 7
src/xselectrectangle.hpp View File

45
     void    setPos( int x, int y );
45
     void    setPos( int x, int y );
46
     void    setDim( int w, int h );
46
     void    setDim( int w, int h );
47
     void    setGeo( int x, int y, int w, int h );
47
     void    setGeo( int x, int y, int w, int h );
48
-    Window  m_window;
49
     XColor  m_color;
48
     XColor  m_color;
50
-    int     m_x;
51
-    int     m_y;
52
-    int     m_width;
53
-    int     m_height;
54
-    int     m_border;
55
-    bool    m_highlight;
56
 private:
49
 private:
57
     XColor  convertColor( float r, float g, float b );
50
     XColor  convertColor( float r, float g, float b );
58
     void    constrain( int w, int h );
51
     void    constrain( int w, int h );