Skip to content
  • Chad Versace's avatar
    core: Rename functions s/wcore_attrib_list/wcore_attrib_list32/ · dbaa77e6
    Chad Versace authored
    
    
    When designing the original Waffle 1.0 API, I made a mistake when
    I chose to declare attribute lists as arrays of int32_t. Instead, they
    should have been arrays of intptr_t.
    
    A new public function, waffle_window_create2, will have a `const
    intptr_t attrib_list[]` parameter. Therefore waffle needs intptr_t
    variants of the wcore_attrib_list functions.
    
    This patch makes room for the new intptr_t wcore_attrib_list functions
    by renaming the old ones.
    
    Signed-off-by: default avatarChad Versace <chad.versace@intel.com>
    Tested-by: Emil Velikov <emil.l.velikov@gmail.com> (msvc/wgl)
    Reviewed-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
    dbaa77e6