Changeset 490 for abuse/trunk/src/menu.cpp
- Timestamp:
- Apr 17, 2011, 10:28:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/menu.cpp
r489 r490 134 134 args=CAR(CDR(args)); 135 135 136 int options =list_length(args);136 int options = ((LispList *)args)->GetLength(); 137 137 int mh=(font->height()+1)*options+10,maxw=0; 138 138
Note: See TracChangeset
for help on using the changeset viewer.