aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
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 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