Move BarberPole from HaikuDepot to libshared
I want to use this in at least 2 third-party applications. I think it's time to make it shared? Change-Id: I855a59aab4ad6d47d77cf2901cb3dfc34c108059 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6296 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
@@ -113,7 +113,6 @@ local textDocumentSources =
|
||||
|
||||
local applicationSources =
|
||||
App.cpp
|
||||
BarberPole.cpp
|
||||
BitmapView.cpp
|
||||
Captcha.cpp
|
||||
CreateUserDetail.cpp
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "Logger.h"
|
||||
|
||||
|
||||
// #pragma mark - MachineRoom
|
||||
|
||||
@@ -80,7 +78,6 @@ private:
|
||||
|
||||
BMessenger* messenger = new BMessenger(pole);
|
||||
fMessengers.AddItem(messenger);
|
||||
HDTRACE("did add barber-pole to machine room");
|
||||
|
||||
if (wasEmpty)
|
||||
release_sem(fSpinLoopLock);
|
||||
@@ -94,7 +91,6 @@ private:
|
||||
BMessenger* messenger = fMessengers.ItemAt(i);
|
||||
if (messenger->Target(NULL) == pole) {
|
||||
fMessengers.RemoveItem(messenger, true);
|
||||
HDTRACE("did remove barber-pole from machine room");
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -28,6 +28,7 @@ for architectureObject in [ MultiArchSubDirSetup ] {
|
||||
AboutMenuItem.cpp
|
||||
ArgumentVector.cpp
|
||||
AttributeUtilities.cpp
|
||||
BarberPole.cpp
|
||||
BitmapButton.cpp
|
||||
CalendarView.cpp
|
||||
ColorItem.cpp
|
||||
|
||||
Reference in New Issue
Block a user