GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
cdisplay.c File Reference
#include <stdlib.h>
#include <X11/Xlib.h>
#include "cdisplay.h"

Go to the source code of this file.

Functions

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()

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 54 of file cdisplay.c.