wip(refactor): Cairo drawing
This commit is contained in:
parent
13633f715d
commit
8b9461e63e
15 changed files with 499 additions and 300 deletions
include/components
|
@ -39,17 +39,7 @@ enum class syntaxtag {
|
|||
u, // underline color
|
||||
};
|
||||
|
||||
enum class mousebtn {
|
||||
NONE = 0,
|
||||
LEFT,
|
||||
MIDDLE,
|
||||
RIGHT,
|
||||
SCROLL_UP,
|
||||
SCROLL_DOWN,
|
||||
DOUBLE_LEFT,
|
||||
DOUBLE_MIDDLE,
|
||||
DOUBLE_RIGHT
|
||||
};
|
||||
enum class mousebtn { NONE = 0, LEFT, MIDDLE, RIGHT, SCROLL_UP, SCROLL_DOWN, DOUBLE_LEFT, DOUBLE_MIDDLE, DOUBLE_RIGHT };
|
||||
|
||||
enum class strut {
|
||||
LEFT = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue