summaryrefslogtreecommitdiffstats
path: root/app/drag_drop_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/drag_drop_types.h')
-rw-r--r--app/drag_drop_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/drag_drop_types.h b/app/drag_drop_types.h
index 011d386..c3b2692 100644
--- a/app/drag_drop_types.h
+++ b/app/drag_drop_types.h
@@ -21,7 +21,7 @@ class DragDropTypes {
#if defined(OS_WIN)
static uint32 DragOperationToDropEffect(int drag_operation);
static int DropEffectToDragOperation(uint32 effect);
-#elif defined(OS_LINUX)
+#elif !defined(OS_MACOSX)
static int DragOperationToGdkDragAction(int drag_operation);
static int GdkDragActionToDragOperation(int gdk_drag_action);
#endif