FLTK logo

Re: [fltk.coredev] GL differences - X11 vs Wayland (WSL2, in case that matters!)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.coredev  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: GL differences - X11 vs Wayland (WSL2, in case that matters!) Manolo Dec 01, 2022  
 
The single source file for the cairo plugin (libdecor/src/plugins/cairo/libdecor-cairo.c) begins
with assignments of constant variable values for the title font size, and the colors of title bar text
and background, in active and inactive states  :

static const size_t SYM_DIM = 14;      // font size
static const uint32_t COL_TITLE = 0xFF080706;     // background color - active
static const uint32_t COL_TITLE_INACT = 0xFF303030;  // background color - inactive
static const uint32_t COL_SYM = 0xFFF4F4EF;    // text color - active
static const uint32_t COL_SYM_INACT = 0xFF909090;       // text color - inactive

Developers are welcome to commit changes to these values to create what could be an FLTK-style
title bar. Change should be labelled with a comment to allow transmission of these
changes whenever the source file would change upstream.

--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/ccdf2b8c-dd75-4dd2-a3a5-ace56bb72a2bn%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.