gephex--main--0.4--patch-1854

[email protected]
Newsgroups gmane.comp.video.gephex.devel
Message-ID <[email protected]>
Archive: [email protected]
New revision: gephex--main--0.4--patch-1854

--
Revision: gephex--main--0.4--patch-1854
Archive: [email protected]
Creator: The Gephex Source Archive <[email protected]>
Date: Sat Mar  5 00:25:55 CET 2005
Standard-date: 2005-03-04 23:25:55 GMT
Modified-files: INSTALL
    modules/src/frbinmodule/frbinmodule.cpp
New-patches: [email protected]/gephex--georg--0.4--patch-396
    [email protected]/gephex--georg--0.4--patch-397
    [email protected]/gephex--main--0.4--patch-1854
Summary: [MERGE-REQUEST] Fixed resizing bug in frbinmodule
Keywords: 

Patches applied:

 * [email protected]/gephex--georg--0.4--patch-396
   Merged in main

 * [email protected]/gephex--georg--0.4--patch-397
   Fixed scaling bug in frbinmodule

* added files

    {arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-396
    {arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-397
    {arch}/gephex/gephex--main/gephex--main--0.4/[email protected]/patch-log/patch-1854

* modified files

--- orig/INSTALL
+++ mod/INSTALL
@@ -1,8 +1,10 @@
 Please read README first!
 
-To install GePhex from source on windows, see README.win32.
+To install gephex from source on windows, see README.win32.
 
-To install GePhex on unix platforms, perform the following steps:
+To install gephex on mac os x, see README.macosx
+
+To install gephex on unix platforms, perform the following steps:
 
 1. Type "./configure" (you may choose a different installation prefix
    with --prefix=<your prefix here>, default is /usr/)
@@ -15,8 +17,7 @@
 
 4. Go into <your chosen prefix>/bin and start gephex
 
-5. Have fun!!!
+5. Have fun!
 
 For a more detailed documentation see:
-  http://www.gephex.org/docu.php
-
+  http://www.gephex.org/docu/documentation.html#sec.building


--- orig/modules/src/frbinmodule/frbinmodule.cpp
+++ mod/modules/src/frbinmodule/frbinmodule.cpp
@@ -442,8 +442,8 @@
   
   const unsigned int pos = frame_number % my->info.num_frames;
 
-  const unsigned int xsize = default_size ? user_xsize : my->info.width;
-  const unsigned int ysize = default_size ? user_ysize : my->info.height;
+  const unsigned int xsize = default_size ? my->info.width : user_xsize;
+  const unsigned int ysize = default_size ? my->info.height : user_ysize;
 
   assert( xsize > 0 );
   assert( ysize > 0 );
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.