Tracker: style fixes to FSClipboard
This commit is contained in:
@@ -32,12 +32,15 @@ names are registered trademarks or trademarks of their respective holders.
|
|||||||
All rights reserved.
|
All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "FSClipboard.h"
|
#include "FSClipboard.h"
|
||||||
|
|
||||||
#include <Clipboard.h>
|
#include <Clipboard.h>
|
||||||
#include <Alert.h>
|
#include <Alert.h>
|
||||||
#include <Catalog.h>
|
#include <Catalog.h>
|
||||||
#include <Locale.h>
|
#include <Locale.h>
|
||||||
#include <NodeMonitor.h>
|
#include <NodeMonitor.h>
|
||||||
|
|
||||||
#include "Commands.h"
|
#include "Commands.h"
|
||||||
#include "FSUtils.h"
|
#include "FSUtils.h"
|
||||||
#include "Tracker.h"
|
#include "Tracker.h"
|
||||||
@@ -106,12 +109,13 @@ CompareModeAndRefName(const char* modeName, const char* refName)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// #pragma mark -
|
// #pragma mark - FSClipBoard
|
||||||
|
|
||||||
|
|
||||||
#undef B_TRANSLATION_CONTEXT
|
#undef B_TRANSLATION_CONTEXT
|
||||||
#define B_TRANSLATION_CONTEXT "FSClipBoard"
|
#define B_TRANSLATION_CONTEXT "FSClipBoard"
|
||||||
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
FSClipboardHasRefs()
|
FSClipboardHasRefs()
|
||||||
{
|
{
|
||||||
@@ -196,7 +200,6 @@ FSClipboardClear()
|
|||||||
* It will check if the entries are already present, so that there can only
|
* It will check if the entries are already present, so that there can only
|
||||||
* be one reference to them in the clipboard.
|
* be one reference to them in the clipboard.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
uint32
|
uint32
|
||||||
FSClipboardAddPoses(const node_ref* directory, PoseList* list,
|
FSClipboardAddPoses(const node_ref* directory, PoseList* list,
|
||||||
uint32 moveMode, bool clearClipboard)
|
uint32 moveMode, bool clearClipboard)
|
||||||
|
|||||||
@@ -36,8 +36,9 @@ All rights reserved.
|
|||||||
|
|
||||||
|
|
||||||
#include <Looper.h>
|
#include <Looper.h>
|
||||||
|
#include <ObjectList.h>
|
||||||
|
|
||||||
#include "Model.h"
|
#include "Model.h"
|
||||||
#include "ObjectList.h"
|
|
||||||
#include "Pose.h"
|
#include "Pose.h"
|
||||||
#include "PoseView.h"
|
#include "PoseView.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user