Skip to content
Snippets Groups Projects
Commit ec411d99 authored by deuce's avatar deuce
Browse files

Add a new UIFC_NOBRDR flag to input and list options to ask for a window

with no borders... (No jokes please!)
parent 2c879fb9
No related branches found
No related tags found
No related merge requests found
......@@ -185,8 +185,8 @@
#define WIN_REDRAW (1<<21) /* Force redraw on dynamic window */
#define WIN_NODRAW (1<<22) /* Force not to redraw on dynamic window */
#define WIN_EXTKEYS (1<<23) /* Return on any keypress... if it's not handled internally
* Return value is -2 - keyvalue
*/
* Return value is -2 - keyvalue */
#define WIN_NOBRDR (1<<24) /* Do not draw a border around the window */
#define WIN_MID WIN_L2R|WIN_T2B /* Place window in middle of screen */
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment