GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
cdisplay.h File Reference
#include "octave-config.h"
Include dependency graph for cdisplay.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

OCTINTERP_API const char * octave_get_display_info (const char *dpy_name, int *ht, int *wd, int *dp, double *rx, double *ry, int *dpy_avail)
 

Function Documentation

◆ octave_get_display_info()

OCTINTERP_API const char* octave_get_display_info ( const char *  dpy_name,
int *  ht,
int *  wd,
int *  dp,
double rx,
double ry,
int *  dpy_avail 
)

Definition at line 51 of file cdisplay.c.

References mode.

Referenced by octave::display_info::init().