Invert command window
This commit is contained in:
@@ -392,7 +392,7 @@ void OnCommand(Event event) {
|
||||
|
||||
For (CommandFunctions) {
|
||||
if (it.trigger && MatchEvent(it.trigger, &event)) {
|
||||
ProfileScopeEx(it.name.data, (int)it.name.len);
|
||||
ProfileScopeEx(it.name);
|
||||
it.function();
|
||||
LastExecutedCommand = it.function;
|
||||
}
|
||||
@@ -500,6 +500,7 @@ void GarbageCollect() {
|
||||
}
|
||||
|
||||
void Update(Event event) {
|
||||
ProfileFunction();
|
||||
LayoutWindows(event.xwindow, event.ywindow);
|
||||
|
||||
Scratch scratch;
|
||||
|
||||
Reference in New Issue
Block a user