X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=mvm_cmds.c;h=2947ebfa88b36f137f0f06ee06b3d3a93a58eee5;hb=a6cd51357b59bc588e47d3827953340c4de33d12;hp=c4b194a9bd2744b1cad144677ecba08e1a9c61f7;hpb=f8d329b208664afa5655c02ad83d46fda41fd7e2;p=xonotic%2Fdarkplaces.git diff --git a/mvm_cmds.c b/mvm_cmds.c index c4b194a9..2947ebfa 100644 --- a/mvm_cmds.c +++ b/mvm_cmds.c @@ -1268,15 +1268,17 @@ VM_gecko_destroy, // #488 VM_gecko_navigate, // #489 VM_gecko_keyevent, // #490 VM_gecko_movemouse, // #491 +VM_gecko_resize, // #492 +VM_gecko_get_texture_extent, // #493 #else NULL, // #487 NULL, // #488 NULL, // #489 NULL, // #490 NULL, // #491 -#endif NULL, // #492 NULL, // #493 +#endif NULL, // #494 NULL, // #495 NULL, // #496