mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
FileSel.cpp NOGTK fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1062 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d692aea5c6
commit
ced6dd416a
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ Image GetFileIcon(const char *path, bool dir, bool force, bool large)
|
|||
#ifdef PLATFORM_X11
|
||||
|
||||
#ifdef flagNOGTK
|
||||
Image PosixGetDriveImage(String dir)
|
||||
Image PosixGetDriveImage(String dir, bool)
|
||||
{
|
||||
if(dir.GetCount() == 0 || dir == "/")
|
||||
return CtrlImg::Computer();
|
||||
|
|
@ -80,7 +80,7 @@ Image PosixGetDriveImage(String dir)
|
|||
return CtrlImg::Hd();
|
||||
}
|
||||
|
||||
Image GetFileIcon(const String& folder, const String& filename, bool isdir, bool isexe)
|
||||
Image GetFileIcon(const String& folder, const String& filename, bool isdir, bool isexe, bool)
|
||||
{
|
||||
return Null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue