ref: 9a68832044dfc86ba179f038eac80a09d95b968a
parent: 1bff98bbaca8cb7b639313947b5a8435efcb3ef2
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Oct 16 07:40:05 EDT 2023
pr: expose DP_EF_NODRAW extension
--- a/pr_cmds.c
+++ b/pr_cmds.c
@@ -1516,11 +1516,11 @@
void PF_Fixme (void)
{- PR_RunError ("unimplemented bulitin");+ PR_RunError ("unimplemented builtin");}
static const char *exts[] = {- "NEIN_QC", // yes, this is just a dummy
+ "DP_EF_NODRAW",
};
static void PF_checkextension (void)
--
⑨