Grouped XLib Window members in dockapp structure
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 25 May 2013 15:46:42 +0000 (11:46 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 6 Nov 2013 00:54:28 +0000 (19:54 -0500)
src/dockapp.h

index 5f1317b..07573de 100644 (file)
@@ -32,12 +32,12 @@ struct XpmIcon {
 struct dockapp_t {
        Display *display;
        Window root_win;
+       Window win;
+       Window iconwin;
        int screen;
        int d_depth;
        Pixel back_pix;
        Pixel fore_pix;
-       Window iconwin;
-       Window win;
        GC NormalGC;
        struct XpmIcon xpm_icon;
 };