Changeset 117
- Timestamp:
- Mar 17, 2008, 2:53:08 AM (14 years ago)
- Location:
- abuse/trunk/src/imlib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/jwindow.cpp
r116 r117 379 379 jwindow::jwindow() 380 380 { 381 _x1 = _y1 = _x2 = _y2 = 0; 381 _x1 = left_border(); 382 _y1 = jw_top + 5; 383 _x2 = _y2 = 0; 384 382 385 _hidden = true; 383 386 _moveable = true; 384 387 // property.flags = JWINDOW_NOAUTOHIDE_FLAG; 388 385 389 inm = new input_manager(this, NULL); 386 390 reconfigure(); -
abuse/trunk/src/imlib/jwindow.hpp
r111 r117 109 109 ~jwindow(); 110 110 111 v oid redraw();111 virtual void redraw(); 112 112 void resize(int L, int H); 113 113 void clear(int color = 0) { screen->bar(x1(), y1(), x2(), y2(), color); }
Note: See TracChangeset
for help on using the changeset viewer.