mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 19:54:59 -04:00
16 lines
437 B
Plaintext
16 lines
437 B
Plaintext
$NetBSD: patch-be,v 1.2 2011/07/05 03:27:22 dholland Exp $
|
|
|
|
Handle always-on-top.
|
|
|
|
--- xutil.h.orig 2003-09-28 17:18:28.000000000 +0200
|
|
+++ xutil.h 2003-09-28 17:18:28.000000000 +0200
|
|
@@ -137,6 +137,8 @@
|
|
int screen,
|
|
XVisualInfo **fb_visual );
|
|
|
|
+void XUTILSetAlwaysOnTop( TV_BOOL status );
|
|
+
|
|
#ifdef __cplusplus
|
|
} /* Close 'extern "C"' */
|
|
#endif
|