mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
--- xlwin.h.orig Wed Apr 3 23:58:57 1996
|
|
+++ xlwin.h Tue May 25 11:57:59 1999
|
|
@@ -77,6 +77,7 @@
|
|
int eventloop();
|
|
void title(char *title);
|
|
void set_wm_close();
|
|
+ void set_wm_hints(int argc, char *argv[]);
|
|
void hold_size();
|
|
void erase_cursor();
|
|
void setowner(void *owner);
|