little bug in option.c

2003-02-09 Thread Mike Smithson
I was playing with option.c and ran across this tiny bug. If you change PANEL_OPTIONS the dialog doesn't display properly anymore. Atached is the diff to make it work and be consistent with the way OTHER_OPTIONS is handled also. --- mc-cvs-4.6.0-030207/src/option.cSat Dec 7 20:16:30 2002

Re: [PATCH] key.c: Dynamically load XOpenDisplay, XQueryPointer andXCloseDisplay

2003-02-09 Thread Pavel Tsekov
Hello, Ok, here comes the new patch. It is using the gmodule library as Pavel Rosking has suggested. It also includes some changes to the configure stuff. Please, review and tell me what needs to be fixed. Here is a list of changes: * aclocal.m4 (AC_G_MODULE_SUPPORTED): New macro. Tests if

Re: [PATCH] key.c: Dynamically load XOpenDisplay, XQueryPointer andXCloseDisplay

2003-02-09 Thread Pavel Tsekov
On Sun, 9 Feb 2003, Pavel Tsekov wrote: Hello, Ok, here comes the new patch. It is using the gmodule library as Pavel Rosking has suggested. It also includes some changes to the ^^^ Sorry, for this mistake :( Just wanted to tell that I've successfully tested it on RedHat Linux