Skip to content

mattias-symphony/ScreenShareIndicatorFrame

 
 

Repository files navigation

FINOS - Incubating

ScreenShareIndicatorFrame

When sharing a screen in Symphony, the ScreenShareIndicatorFrame program is invoked to display a frame around the shared window or the shared display. ScreenShareIndicatorFrame is for Windows only.

Building

From a Visual Studio Developer Command Prompt do:

cl ScreenShareIndicatorFrame.c

Or with npm installed

npm run build

Usage example

ScreenShareIndicatorFrame HWND

Displays a frame around the window with the window handle HWND. Tracks window movement and resizing.

ScreenShareIndicatorFrame X Y

Displays a frame around the display with coordinates X Y.

Development setup

Ensure Visual Studio is installed.

Contributing

  1. Fork it (https://github.com/symphonyoss/ScreenShareIndicatorFrame/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Read our contribution guidelines and Community Code of Conduct
  4. Commit your changes (git commit -am 'Add some fooBar')
  5. Push to the branch (git push origin feature/fooBar)
  6. Create a new Pull Request

NOTE: Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool. Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.

Need an ICLA? Unsure if you are covered under an existing CCLA? Email [email protected]

License

Copyright 2019 Symphony LLC

Distributed under the Apache License, Version 2.0.

SPDX-License-Identifier: Apache-2.0

About

ScreenShareIndicatorFrame

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 66.8%
  • Objective-C 33.2%