From 726632624cc7a361be3ca15eb76002158282924e Mon Sep 17 00:00:00 2001 From: william light Date: Mon, 16 Nov 2020 22:08:16 +0100 Subject: [PATCH] README.md: we do in fact have parent window support on Linux --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 448a754..04c1b52 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Below is a proposed list of milestones (roughly in-order) and their status. Subj | Window uses an OpenGL surface | :heavy_check_mark: | | :heavy_check_mark: | | Can find DPI scale factor | | | :heavy_check_mark: | | Basic event handling (mouse, keyboard) | | :heavy_check_mark: | :heavy_check_mark: | -| Parent window support | :heavy_check_mark: | :heavy_check_mark: | | +| Parent window support | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | *(Converge on a common API for all platforms?)* | | | | ## Prerequisites @@ -37,4 +37,4 @@ Licensed under either of Apache License, Version Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Baseview by you, as defined in the Apache-2.0 license, shall be -dual licensed as above, without any additional terms or conditions. \ No newline at end of file +dual licensed as above, without any additional terms or conditions.