Give a better name than the default "user thread" to Shortcuts's
input_server filter BLoopers, too. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39038 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
#include "CommandActuators.h"
|
#include "CommandActuators.h"
|
||||||
|
|
||||||
CommandExecutor::CommandExecutor()
|
CommandExecutor::CommandExecutor()
|
||||||
|
: BLooper("Shortcuts commands executor")
|
||||||
{
|
{
|
||||||
// empty
|
// empty
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ private:
|
|||||||
|
|
||||||
KeyCommandMap::KeyCommandMap(const char* file)
|
KeyCommandMap::KeyCommandMap(const char* file)
|
||||||
:
|
:
|
||||||
|
BLooper("Shortcuts map watcher"),
|
||||||
fSpecs(NULL)
|
fSpecs(NULL)
|
||||||
{
|
{
|
||||||
fFileName = new char[strlen(file) + 1];
|
fFileName = new char[strlen(file) + 1];
|
||||||
|
|||||||
Reference in New Issue
Block a user