diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-29 13:31:57 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-29 13:31:57 +0000 |
commit | c568351b305ff98366c5a50f9c5f3bc9bda5f3f6 (patch) | |
tree | aa6be8ff8c9f1201127844ed15fe390886c59d48 | |
parent | 0642e99ac05afb0c90872a29ff290ffc348c4255 (diff) |
fix bad merge
-rw-r--r-- | include/X11/Xutil.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/X11/Xutil.h b/include/X11/Xutil.h index 4cc3c9d..85b299d 100644 --- a/include/X11/Xutil.h +++ b/include/X11/Xutil.h @@ -684,20 +684,6 @@ extern void Xutf8SetWMProperties( XClassHint* /* class_hints */ ); -extern void Xutf8SetWMProperties( -#if NeedFunctionPrototypes - Display* /* display */, - Window /* w */, - _Xconst char* /* window_name */, - _Xconst char* /* icon_name */, - char** /* argv */, - int /* argc */, - XSizeHints* /* normal_hints */, - XWMHints* /* wm_hints */, - XClassHint* /* class_hints */ -#endif -); - extern void XSetWMSizeHints( Display* /* display */, Window /* w */, |