Changeset 107 for abuse/trunk/src/imlib/guistat.cpp
- Timestamp:
- Mar 15, 2008, 9:19:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/guistat.cpp
r106 r107 47 47 } 48 48 49 #ifdef __MWERKS__50 #pragma global_optimizer on51 #endif52 53 49 void gui_status_manager::draw_bar(gui_status_node *whom, int perc) 54 50 { … … 65 61 whom->stat_win->y2()-3,wm->bright_color()); 66 62 } 67 68 #ifdef __MWERKS__69 #pragma global_optimizer reset70 #endif71 63 72 64 void gui_status_manager::push(char const *name, visual_object *show)
Note: See TracChangeset
for help on using the changeset viewer.