소스 검색

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

Dalton Nell 9 년 전
부모
커밋
833405ae90
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0
    7
      src/xselectrectangle.hpp

+ 0
- 7
src/xselectrectangle.hpp 파일 보기

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 );