paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/include pgbutton.h,1.3,1.3.2.1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgbutton.h,1.3,1.3.2.1
Date: Wed, 17 Apr 2002 03:25:09 -0400

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv18824/include

Modified Files:
      Tag: devel-1-1
        pgbutton.h 
Log Message:
fixed hidden virtual PG_Widget::SetTransparency function

Submitted by: Ian McCulloch <address@hidden>



Index: pgbutton.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgbutton.h,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** pgbutton.h  15 Apr 2002 13:35:35 -0000      1.3
--- pgbutton.h  17 Apr 2002 07:25:03 -0000      1.3.2.1
***************
*** 220,224 ****
  
        /**  */
!       void SetTransparency(int norm, int pressed, int high);
  
        /**
--- 220,226 ----
  
        /**  */
!       void SetTransparency(Uint8 norm, Uint8 pressed, Uint8 high);
! 
!       void SetTransparency(Uint8 trans);
  
        /**
***************
*** 272,276 ****
  
        int my_bordersize[3];
!       int my_transparency[3];
        int my_state;
        //int id;
--- 274,278 ----
  
        int my_bordersize[3];
!       Uint8 my_transparency[3];
        int my_state;
        //int id;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]