diff liboctave/oct-env.h @ 5489:250917610b55

[project @ 2005-10-12 23:53:36 by jwe]
author jwe
date Wed, 12 Oct 2005 23:53:38 +0000
parents 4c8a2e4e0717
children 143b556ce725
line wrap: on
line diff
--- a/liboctave/oct-env.h	Wed Oct 12 21:23:50 2005 +0000
+++ b/liboctave/oct-env.h	Wed Oct 12 23:53:38 2005 +0000
@@ -60,6 +60,8 @@
 
   static void putenv (const std::string& name, const std::string& value);
 
+  static bool have_x11_display (void);
+
   static bool chdir (const std::string& newdir);
 
   static void set_program_name (const std::string& s);