Skip to content

Commit

Permalink
Merge pull request #429 from go-vgo/bitmap-pr
Browse files Browse the repository at this point in the history
Remove bitmap and hook code, Add capture multi screen support and update return
  • Loading branch information
vcaesar authored Jan 2, 2022
2 parents 108c639 + ca337b8 commit 348b39c
Show file tree
Hide file tree
Showing 67 changed files with 129 additions and 14,547 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
- checkout
# specify any bash command here prefixed with `run: `
- run: apt update
- run: apt -y install gcc libc6-dev
libx11-dev xorg-dev libxtst-dev libpng++-dev
xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
libxkbcommon-dev
- run:
apt -y install gcc libc6-dev
libx11-dev xorg-dev libxtst-dev
xsel xclip
# libpng++-dev
# xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
# libxkbcommon-dev
- run: apt -y install xvfb
#
# override:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
- name: Get dependencies
run: |
go get -v -t -d ./...
# if [ -f Gopkg.toml ]; then
# curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
# dep ensure
# fi
- name: Build
run: go build -v .
Expand Down
96 changes: 0 additions & 96 deletions base/MMBitmap_c.h

This file was deleted.

33 changes: 0 additions & 33 deletions base/MMPointArray.h

This file was deleted.

41 changes: 0 additions & 41 deletions base/MMPointArray_c.h

This file was deleted.

83 changes: 0 additions & 83 deletions base/UTHashTable.h

This file was deleted.

56 changes: 0 additions & 56 deletions base/UTHashTable_c.h

This file was deleted.

Loading

0 comments on commit 348b39c

Please sign in to comment.