Skip to content

Commit

Permalink
simple fix (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmikh authored Jun 26, 2019
1 parent edb9daf commit d043641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Win32CaptureSample/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ int __stdcall WinMain(
auto compositor = Compositor();
auto root = compositor.CreateContainerVisual();
root.RelativeSizeAdjustment({ 1.0f, 1.0f });
root.Size({ -220.0f, 0.0f });
root.Offset({ 220.0f, 0.0f, 0.0f });

// Create the picker
auto picker = GraphicsCapturePicker();
Expand Down

0 comments on commit d043641

Please sign in to comment.