Update of /cvsroot/vba/VisualBoyAdvance/src/gtk
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13752/gtk
Modified Files:
window.cpp
Log Message:
Fixed filters rendering with the GTK+ interface.
Index: window.cpp
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/gtk/window.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** window.cpp 12 May 2004 01:07:06 -0000 1.21
--- window.cpp 14 May 2004 12:24:19 -0000 1.22
***************
*** 882,887 ****
void Window::vInitSystem()
{
- Init_2xSaI(32);
-
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
systemRedShift = 3;
--- 882,885 ----
***************
*** 934,937 ****
--- 932,937 ----
systemGbPalette[i++] = 0;
}
+
+ Init_2xSaI(32);
}
|