diff options
author | Tom William Payne <twp@gentoo.org> | 2003-12-29 01:55:44 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2003-12-29 01:55:44 +0000 |
commit | c68861c932edbfcf8b0aaeb0ff21a85b250e8ba3 (patch) | |
tree | af452d3705299e068e9475022601e348c67008ff /x11-wm | |
parent | Removed old versions (diff) | |
download | gentoo-2-c68861c932edbfcf8b0aaeb0ff21a85b250e8ba3.tar.gz gentoo-2-c68861c932edbfcf8b0aaeb0ff21a85b250e8ba3.tar.bz2 gentoo-2-c68861c932edbfcf8b0aaeb0ff21a85b250e8ba3.zip |
No longer needed
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ion-devel/files/find-suitable-screen-20030814.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-wm/ion-devel/files/find-suitable-screen-20030814.patch b/x11-wm/ion-devel/files/find-suitable-screen-20030814.patch deleted file mode 100644 index 8626dc91dea6..000000000000 --- a/x11-wm/ion-devel/files/find-suitable-screen-20030814.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- ion-devel-20030814/ioncore/manage.c 2003-07-27 02:00:49.000000000 +0200 -+++ ion-devel/ioncore/manage.c 2003-11-07 16:46:12.000000000 +0100 -@@ -24,8 +24,7 @@ - /*{{{ Add */ - - --static WScreen *find_suitable_screen(WClientWin *cwin, -- const WManageParams *param) -+WScreen *find_suitable_screen(WClientWin *cwin, const WManageParams *param) - { - WScreen *scr=NULL, *found=NULL; - bool respectpos=(param->tfor!=NULL || param->userpos); ---- ion-devel-20030814/ioncore/manage.h 2003-07-08 20:08:26.000000000 +0200 -+++ ion-devel/ioncore/manage.h 2003-11-07 16:46:35.000000000 +0100 -@@ -33,6 +33,8 @@ - } WManageParams; - - -+extern WScreen *find_suitable_screen(WClientWin *cwin, -+ const WManageParams *param); - - extern bool add_clientwin_default(WClientWin *cwin, - const WManageParams *param); |