-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
54 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
* Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
* (C) 2020 Vladimir Sadovnikov <[email protected]> | ||
* Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/> | ||
* (C) 2024 Vladimir Sadovnikov <[email protected]> | ||
* | ||
* This file is part of lsp-ws-lib | ||
* Created on: 10 окт. 2016 г. | ||
|
@@ -79,13 +79,13 @@ namespace lsp | |
static bool check_click(const btn_event_t *ev); | ||
static bool check_double_click(const btn_event_t *pe, const btn_event_t *ce); | ||
void send_focus_event(); | ||
status_t commit_size(); | ||
status_t commit_size(const ws::rectangle_t *new_size); | ||
|
||
protected: | ||
|
||
void calc_constraints(rectangle_t *dst, const rectangle_t *req); | ||
|
||
status_t do_update_constraints(bool disable=false); | ||
status_t do_update_constraints(bool disable); | ||
|
||
public: | ||
explicit X11Window(X11Display *core, size_t screen, ::Window wnd, IEventHandler *handler, bool wrapper); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters