Skip to content

Commit fa80899

Browse files
committed
working with pointer and touch
1 parent be121d1 commit fa80899

File tree

9 files changed

+360
-583
lines changed

9 files changed

+360
-583
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ Icon?
3333

3434
*.sublime-workspace
3535
cmake-*/
36+
37+
.vscode

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ pkg_check_modules(EGL REQUIRED egl)
4848

4949
# Executable
5050
set(FLUTTER_WAYLAND_SRC
51-
src/flutter_application.cc
52-
src/flutter_application.h
51+
#src/flutter_application.cc
52+
#src/flutter_application.h
5353
src/utils.cc
5454
src/utils.h
5555
src/wayland_display.cc
@@ -66,8 +66,8 @@ target_link_libraries(flutter_wayland
6666
${WAYLANDPP_EGL_LIBRARIES}
6767
${WAYLANDPP_CURSOR_LIBRARIES}
6868
${WAYLANDPP_CLIENT_EXTRA_LIBRARIES}
69-
${EGL_LDFLAGS}
7069
flutter_engine
70+
${EGL_LDFLAGS}
7171
)
7272

7373
target_include_directories(flutter_wayland

src/Delegate.h

Lines changed: 0 additions & 128 deletions
This file was deleted.

src/DelegateBase.h

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)