summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--developer-weekend/feb-2020.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/developer-weekend/feb-2020.mdwn b/developer-weekend/feb-2020.mdwn
index bc62834..2422732 100644
--- a/developer-weekend/feb-2020.mdwn
+++ b/developer-weekend/feb-2020.mdwn
@@ -45,7 +45,7 @@ Pathway to 3.10
(Assigned to Vince)
* At least some attention given to GTK focus issues (Daniel to complete this)
* Review styling for internal pages. (Assigned to Michael)
-* Listing compiled-in surfaces for nsfb (Assigned to Vincent)
+* Listing compiled-in surfaces for nsfb (Assigned to Daniel)
* [[!bug 2650]] Inappropriate error message (Assigned to Vincent)
* [[!bug 2722]] GTK3 UI vertical scrollbar wrong (Assigned to Vincent)
* [[!bug 2721]] Bizarre corners on download box in highdpi (Assigned to Michael)
@@ -170,6 +170,8 @@ Daniel
* Corrected ring handling in about, resource, file, and data fetchers
* Made fetch core send a `FETCH_ERROR` of `FetchFailedToFinish` if a fetch
is freed without actually passing through one of the finish states
+* Added surface enumeration to libnsfb
+ * Added support to use that to nsfb
Vince