Mercurial > vim
annotate src/proto/if_ole.pro @ 32228:ac2f07ae1957 v9.0.1445
patch 9.0.1445: openSUSE: configure doesn't find the Motif library
Commit: https://github.com/vim/vim/commit/01967f5b1042b375b38098eceaf31671902c8dbb
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Apr 12 16:24:03 2023 +0100
patch 9.0.1445: openSUSE: configure doesn't find the Motif library
Problem: openSUSE: configure doesn't find the Motif library. (Tony
Mechelynck)
Solution: Also search in /usr/lib64.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 12 Apr 2023 17:30:06 +0200 |
parents | 744c66477ba9 |
children |
rev | line source |
---|---|
7 | 1 /* if_ole.cpp */ |
7813
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
2 void InitOLE(int* pbDoRestart); |
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
3 void UninitOLE(void); |
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
4 void RegisterMe(int silent); |
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
5 void UnregisterMe(int bNotifyUser); |