Changeset 12959 for trunk/FACT++/src
- Timestamp:
- 02/29/12 10:03:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/WindowLog.cc
r12822 r12959 63 63 } 64 64 65 int w, h; 66 getmaxyx(fWindow, h, w); 65 const int w = getmaxx(fWindow); 67 66 68 67 fMuxBacklog.lock();
Note:
See TracChangeset
for help on using the changeset viewer.