Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
skiko
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuqiang
skiko
Commits
4df1cf3d
Commit
4df1cf3d
authored
Aug 07, 2020
by
Nikolay Igotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Windows build, tweaks.
parent
a19a8bda
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
PLACEHOLDER
samples/PLACEHOLDER
+0
-1
jawt.cc
skiko/src/jvmMain/cpp/common/jawt.cc
+3
-2
SkiaWindow.kt
skiko/src/jvmMain/kotlin/org/jetbrains/skiko/SkiaWindow.kt
+0
-1
No files found.
samples/PLACEHOLDER
deleted
100644 → 0
View file @
a19a8bda
Remove me
skiko/src/jvmMain/cpp/common/jawt.cc
View file @
4df1cf3d
...
@@ -59,6 +59,7 @@ extern "C" jboolean Skiko_GetAWT(JNIEnv *env, JAWT *awt) {
...
@@ -59,6 +59,7 @@ extern "C" jboolean Skiko_GetAWT(JNIEnv *env, JAWT *awt) {
fprintf
(
stderr
,
"Cannot find JAWT_GetAWT in %s
\n
"
,
path
);
fprintf
(
stderr
,
"Cannot find JAWT_GetAWT in %s
\n
"
,
path
);
abort
();
abort
();
}
}
}
#else
#else
if
(
!
func
)
{
if
(
!
func
)
{
char
jdkHome
[
FILENAME_MAX
];
char
jdkHome
[
FILENAME_MAX
];
...
...
skiko/src/jvmMain/kotlin/org/jetbrains/skiko/SkiaWindow.kt
View file @
4df1cf3d
...
@@ -109,7 +109,6 @@ open class SkiaWindow : JFrame() {
...
@@ -109,7 +109,6 @@ open class SkiaWindow : JFrame() {
addComponentListener
(
object
:
ComponentAdapter
()
{
addComponentListener
(
object
:
ComponentAdapter
()
{
override
fun
componentResized
(
e
:
ComponentEvent
)
{
override
fun
componentResized
(
e
:
ComponentEvent
)
{
println
(
"resize"
)
layer
.
reinit
()
layer
.
reinit
()
layer
.
setSize
(
width
,
height
)
layer
.
setSize
(
width
,
height
)
display
()
display
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment