Menu

Lemuria: window class attributes

Developers
2003-03-03
2003-03-04
  • Paolo Subiaco

    Paolo Subiaco - 2003-03-03

    First, congratulation for the very nice plugin, Lemuria.
    I would only suggest you to include the window class definition, so smart window managers such as wmaker can assign attributes to the opened window (such as disabling title bar, resize bar, etc).
    Just apply this patch to x11.c file:

    diff x11.c x11.c~
    60,61d59
    < XClassHint xclasshint={"xmms","visplugin"};
    <
    213c211
    <                      "Lemuria", NULL, 0, NULL, NULL,  &xclasshint);
    ---
    >                      "Lemuria", NULL, 0, NULL, NULL, NULL);

    In this way, i can set for every window with the properties xmms.visplugin to be shown without titlebar and other decorations.
    Good luck.   Paolo psubiaco@creasol.it

     
    • Paolo Subiaco

      Paolo Subiaco - 2003-03-03

      The simple patch is appliable to 1.0.0-pre3 version of this visualization plugin.
      I did not try the last version (which is not linked from xmms.org site).
      Just define somewhere classint structure, then modify XmbSetWMProperties() function replacing NULL with the address of the structure defined above.

      Best regards.   Paolo

       
      • Burkhard Plaum

        Burkhard Plaum - 2003-03-04

        Thanks a lot, I actually copied & pasted the window creation stuff from somwhere else.

        The next lemuria (with many new effects) is almost ready.

         

Log in to post a comment.