Update of /cvsroot/vba/VisualBoyAdvance/src/win32
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20856/src/win32
Modified Files:
VBA.cpp
Log Message:
added NOSKIN option
Index: VBA.cpp
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/win32/VBA.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** VBA.cpp 6 Jun 2006 14:33:43 -0000 1.16
--- VBA.cpp 7 Jun 2006 18:14:17 -0000 1.17
***************
*** 1832,1835 ****
--- 1832,1836 ----
void VBA::winUpdateSkin()
{
+ #ifndef NOSKINS
skinButtons = 0;
if(skin) {
***************
*** 1853,1856 ****
--- 1854,1858 ----
updateMenuBar();
}
+ #endif
}
|