Optimizations and cleanups

(missing float conversion, defines, 1.0 vs 1.f etc.)
This commit is contained in:
Oliver Duis
2011-07-01 14:49:15 +02:00
parent 3856927098
commit a4281a9d87
25 changed files with 143 additions and 243 deletions

View File

@@ -19,7 +19,7 @@
#ifndef _FILECATALOG_
#define _FILECATALOG_
#ifdef _WIN32
#ifdef WIN32
#include <windirmonitor.h>
#endif
#include <dirbrowserremoteinterface.h>
@@ -54,7 +54,7 @@ class FileCatalog : public Gtk::VBox,
public PreviewLoaderListener,
public FilterPanelListener,
public FileBrowserListener
#ifdef _WIN32
#ifdef WIN32
, public WinDirChangeListener
#endif
{
@@ -133,7 +133,7 @@ class FileCatalog : public Gtk::VBox,
int previewsLoaded;
#ifdef _WIN32
#ifdef WIN32
WinDirMonitor* wdMonitor;
public:
void winDirChanged ();