mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
Delete files and directories that won't be used, and rename the wxWidgets 3.0 directory to reduce confusion when doing maintenance version upgrades.
16 lines
266 B
C
16 lines
266 B
C
/* XPM */
|
|
static const char * const close_xpm[] = {
|
|
"12 10 2 1",
|
|
" c None",
|
|
"X c black",
|
|
" ",
|
|
" XX XX ",
|
|
" XX XX ",
|
|
" XXXX ",
|
|
" XX ",
|
|
" XXXX ",
|
|
" XX XX ",
|
|
" XX XX ",
|
|
" ",
|
|
" "};
|
|
|