mirror of https://github.com/PCSX2/pcsx2.git
wxWidgets/Win32: Re-introduce wxWidgets resources for blank mouse cursor (actually never existed in our packaged copy as originally borrowed from Dolphin).
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2274 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
867bc0fb17
commit
45ca512437
|
@ -1010,34 +1010,6 @@
|
|||
RelativePath="..\..\src\msw\uxtheme.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\msw\version.rc"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Devel|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\msw\volume.cpp"
|
||||
>
|
||||
|
@ -4747,6 +4719,38 @@
|
|||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resources"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\src\msw\version.rc"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Devel|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 326 B |
Binary file not shown.
After Width: | Height: | Size: 326 B |
Binary file not shown.
After Width: | Height: | Size: 206 B |
|
@ -45,16 +45,16 @@ END
|
|||
// Standard wxWindows Cursors
|
||||
//
|
||||
|
||||
WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur"
|
||||
WXCURSOR_BULLSEYE CURSOR DISCARDABLE "wx/msw/bullseye.cur"
|
||||
WXCURSOR_PENCIL CURSOR DISCARDABLE "wx/msw/pencil.cur"
|
||||
WXCURSOR_MAGNIFIER CURSOR DISCARDABLE "wx/msw/magnif1.cur"
|
||||
WXCURSOR_ROLLER CURSOR DISCARDABLE "wx/msw/roller.cur"
|
||||
WXCURSOR_PBRUSH CURSOR DISCARDABLE "wx/msw/pbrush.cur"
|
||||
WXCURSOR_PLEFT CURSOR DISCARDABLE "wx/msw/pntleft.cur"
|
||||
WXCURSOR_PRIGHT CURSOR DISCARDABLE "wx/msw/pntright.cur"
|
||||
//WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur"
|
||||
//WXCURSOR_BULLSEYE CURSOR DISCARDABLE "wx/msw/bullseye.cur"
|
||||
//WXCURSOR_PENCIL CURSOR DISCARDABLE "wx/msw/pencil.cur"
|
||||
//WXCURSOR_MAGNIFIER CURSOR DISCARDABLE "wx/msw/magnif1.cur"
|
||||
//WXCURSOR_ROLLER CURSOR DISCARDABLE "wx/msw/roller.cur"
|
||||
//WXCURSOR_PBRUSH CURSOR DISCARDABLE "wx/msw/pbrush.cur"
|
||||
//WXCURSOR_PLEFT CURSOR DISCARDABLE "wx/msw/pntleft.cur"
|
||||
//WXCURSOR_PRIGHT CURSOR DISCARDABLE "wx/msw/pntright.cur"
|
||||
WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur"
|
||||
WXCURSOR_RIGHT_ARROW CURSOR DISCARDABLE "wx/msw/rightarr.cur"
|
||||
//WXCURSOR_RIGHT_ARROW CURSOR DISCARDABLE "wx/msw/rightarr.cur"
|
||||
WXCURSOR_CROSS CURSOR DISCARDABLE "wx/msw/cross.cur"
|
||||
|
||||
|
||||
|
@ -65,21 +65,21 @@ WXCURSOR_CROSS CURSOR DISCARDABLE "wx/msw/cross.cur"
|
|||
|
||||
// First wx icon in alphabetical order, so it will be used by Explorer if the
|
||||
// application doesn't have any icons of its own
|
||||
wxICON_AAA ICON "wx/msw/std.ico"
|
||||
//wxICON_AAA ICON "wx/msw/std.ico"
|
||||
|
||||
//wxDEFAULT_FRAME ICON "wx/msw/std.ico"
|
||||
//wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico"
|
||||
//wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico"
|
||||
|
||||
// Standard small icons
|
||||
wxICON_SMALL_CLOSED_FOLDER ICON "wx/msw/folder1.ico"
|
||||
wxICON_SMALL_OPEN_FOLDER ICON "wx/msw/folder2.ico"
|
||||
wxICON_SMALL_FILE ICON "wx/msw/file1.ico"
|
||||
wxICON_SMALL_COMPUTER ICON "wx/msw/computer.ico"
|
||||
wxICON_SMALL_DRIVE ICON "wx/msw/drive.ico"
|
||||
wxICON_SMALL_CDROM ICON "wx/msw/cdrom.ico"
|
||||
wxICON_SMALL_FLOPPY ICON "wx/msw/floppy.ico"
|
||||
wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico"
|
||||
//wxICON_SMALL_CLOSED_FOLDER ICON "wx/msw/folder1.ico"
|
||||
//wxICON_SMALL_OPEN_FOLDER ICON "wx/msw/folder2.ico"
|
||||
//wxICON_SMALL_FILE ICON "wx/msw/file1.ico"
|
||||
//wxICON_SMALL_COMPUTER ICON "wx/msw/computer.ico"
|
||||
//wxICON_SMALL_DRIVE ICON "wx/msw/drive.ico"
|
||||
//wxICON_SMALL_CDROM ICON "wx/msw/cdrom.ico"
|
||||
//wxICON_SMALL_FLOPPY ICON "wx/msw/floppy.ico"
|
||||
//wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -90,7 +90,7 @@ wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico"
|
|||
csquery BITMAP "wx/msw/csquery.bmp"
|
||||
|
||||
// For obtaining the RGB values of standard colours
|
||||
wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp"
|
||||
//wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue