Skip to content

Commit

Permalink
Acrylic UI
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed May 17, 2021
1 parent 4a26141 commit d0bd7fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/vtmd.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) NetXS Group.
// Licensed under the MIT license.

#define MONOTTY_VER "Monotty Desktopio Preview v0.3.6"
#define MONOTTY_VER "Monotty Desktopio Preview v0.3.7"
// Autostart demo apps.
//#define DEMO
// Enable keyboard input and disable exit by single Esc.
Expand Down Expand Up @@ -2233,9 +2233,10 @@ utility like ctags is used to locate the definitions.
auto window = client->attach<ui::cake>();
auto taskbar = window->attach<ui::fork>(axis::X)
->attach<slot::_1, ui::fork>(axis::Y)
->plugin<pro::color>(whitedk, 0xD0202020)
->plugin<pro::color>(whitedk, 0x60202020)
->plugin<pro::limit>(twod{ 4,-1 }, twod{ 4,-1 })
->plugin<pro::timer>()
->plugin<pro::acryl>()
->plugin<pro::cache>()
->invoke([&](auto& boss) mutable {
boss.mouse.template draggable<sysmouse::left>();
Expand Down

0 comments on commit d0bd7fe

Please sign in to comment.