WSHUFFLE(3W)
Series 300 and 500 Only
NAME
wshuffle − shuffle windows’ relative locations within display stack
SYNOPSIS
int wshuffle(wmfd,value);
int wmfd;
int value;
DESCRIPTION
wmfd
is an integer file descriptor for an opened window manager device interface.
value determines how the windows are shuffled through the display stack:
0 means to shuffle the top window to the bottom, e.g., deal from the top of the deck.
1 means to shuffle the bottom window to the top, e.g., deal from the bottom of the deck.
DISCUSSION
This call shuffles the whole visible stack of windows. It always attaches the keyboard to the resulting top most window.
SEE ALSO
DIAGNOSTICS
A return of -1 indicates failure; otherwise 0 or 1 is returned. See errno(2) for further information.
Hewlett-Packard Company — May 11, 2021