Skip to content

Commit

Permalink
Support x,y with window.create in TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Jul 22, 2023
1 parent 8c5cb5c commit 10ccc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as os from './os';

const draggableRegions: WeakMap<HTMLElement, any> = new WeakMap();

export interface WindowOptions extends WindowSizeOptions {
export interface WindowOptions extends WindowSizeOptions, WindowPosOptions {
title?: string;
icon?: string;
fullScreen?: boolean;
Expand Down

0 comments on commit 10ccc53

Please sign in to comment.