mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 05:14:48 +00:00
Support for rendering sub-elements with proper offset
This commit is contained in:
parent
6e794bec18
commit
638c445cf9
7 changed files with 72 additions and 54 deletions
|
@ -1,9 +1,11 @@
|
|||
|
||||
using str = char; // FIXME: this is just required because of something wrong
|
||||
// with &str in cbindgen, but one should not have &str anyway
|
||||
|
||||
namespace sixtyfps::internal {
|
||||
// Workaround https://github.com/eqrion/cbindgen/issues/43
|
||||
struct ComponentType;
|
||||
} // namespace sixtyfps::internal
|
||||
}
|
||||
#include "sixtyfps_gl_internal.h"
|
||||
#include "sixtyfps_internal.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue