Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 4 files changed
  • 0 commit comments
  • 1 contributor
Commits on Mar 02, 2018
Showing with 4 additions and 4 deletions.
  1. +1 −1 src/Makefile
  2. +1 −1 src/TeamItem.cpp
  3. +1 −1 src/TeamListView.h
  4. +1 −1 src/ThreadItem.cpp
@@ -79,7 +79,7 @@ RSRCS=
# naming scheme you need to specify the path to the library
# and it's name
# library: my_lib.a entry: my_lib.a or path/my_lib.a
LIBS= be columnlistview translation shared
LIBS= $(STDCPPLIBS) be columnlistview translation shared

# specify additional paths to directories following the standard
# libXXX.so or libXXX.a naming scheme. You can specify full paths
@@ -137,7 +137,7 @@ void TeamItem::Update(BView *owner, const BFont *font)
}

void TeamItem::DrawItemColumn(BView *owner, BRect itemColumnRect, int32
columnIndex, bool complete = false)
columnIndex, bool complete)
{ /*
if (columnIndex != TeamListView::CPU_ndx)
return CLVEasyItem::DrawItemColumn(owner, itemColumnRect, columnIndex,
@@ -48,7 +48,7 @@ class TeamListView : public BColumnListView {
virtual void MakeFocus(bool focused = true);

virtual void SelectionChanged(void);
virtual void TeamListView::KeyDown(const char* bytes, int32 numBytes);
virtual void KeyDown(const char* bytes, int32 numBytes);
virtual void MouseDown(BPoint point);
void FullListDoForEach(bool (*func)(BRow*, void*), void* data);
};
@@ -134,7 +134,7 @@ void ThreadItem::update(thread_info *info)
}

void ThreadItem::DrawItemColumn(BView *owner, BRect itemColumnRect, int32
columnIndex, bool complete = false)
columnIndex, bool complete)
{
/*
if (columnIndex != TeamListView::CPU_ndx)

No commit comments for this range

You can’t perform that action at this time.