diff options
author | fluxgen <fluxgen> | 2002-03-19 00:15:58 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-03-19 00:15:58 (GMT) |
commit | f666e3cd77cddea837b3f8810540f061390749c1 (patch) | |
tree | 3c221445b68d26b77974e863549d3a411693ec58 /src/Window.hh | |
parent | c52f13c5f2150e314db0723ba02f447be672e296 (diff) | |
download | fluxbox_pavel-f666e3cd77cddea837b3f8810540f061390749c1.zip fluxbox_pavel-f666e3cd77cddea837b3f8810540f061390749c1.tar.bz2 |
fixed timer pointer
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index cdab73c..5bf7232 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.12 2002/03/18 19:58:06 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.13 2002/03/19 00:15:58 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -223,7 +223,7 @@ private: | |||
223 | bool moving, resizing, shaded, maximized, visible, iconic, transient, | 223 | bool moving, resizing, shaded, maximized, visible, iconic, transient, |
224 | focused, stuck, modal, send_focus_message, managed; | 224 | focused, stuck, modal, send_focus_message, managed; |
225 | BScreen *screen; | 225 | BScreen *screen; |
226 | BTimer *timer; | 226 | BTimer timer; |
227 | Display *display; | 227 | Display *display; |
228 | BaseDisplay::BlackboxAttributes blackbox_attrib; | 228 | BaseDisplay::BlackboxAttributes blackbox_attrib; |
229 | 229 | ||