Develop and Download Open Source Software

View 2.1.0 - Change Log

category(Tag) tree

file info

category(Tag)
root
file name
transparency2_2.1.0_-_Changes
last update
2005-06-27 22:10
type
Plain Text
editor
Takashi Hiromatsu
description
2.1.0 - Change Log
language
English
translate
    frame.el:(set-active-alpha) (set-inactive-alpha)
        add check routine for input alpha
        add an optional argument for `frame' object
        add explanation to Doc. that Alpha value must be between 0.0 and
        1.0
    frame.h:
        delete "extern x_set_(in)active_alpha"
    (mac|w32)fns.c:
        add "extern void x_set_frame_alpha"
        x_set_inactive_alpha
            extern --> static
            add check routine the value of frame parameter
            add check routine for frame highlight
            call x_set_frame_alpha to reflect alpha value to frame opacity
            immediately
        x_set_active_alpha
            extern --> static
            add check routine the value of frame parameter
            add check routine for frame highlight
            call x_set_frame_alpha instead of own transparency routine     
    w32fns.c:
        add SetLayeredWindowAttributes_Proc set_layered_window_attributes_fn
        use pointer of function to accommodate system version differencies
    macterm.c
        use "Gestalt" routine at executing instead of "#ifdef" when building
    w32term.c
        call set_layered_window_attributes_fn instead of
        SetLayerdWindowAttribute directly
    w32term.h
        add macro definitions
SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.