X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.h;h=b9915e66a3d1d98c287805547a4c0d77275009a6;hb=b68d4db999a5912c2fc7f29aef8ab75e2f742706;hp=a8247a91af375c6803a1d05393f099a633bc00a0;hpb=28c230d74637bc2fc28ae8d15f3007aec0c49798;p=chaz%2Ftint2 diff --git a/src/panel.h b/src/panel.h index a8247a9..b9915e6 100644 --- a/src/panel.h +++ b/src/panel.h @@ -41,6 +41,7 @@ extern int wm_menu; //panel position enum { LEFT=0x01, RIGHT=0x02, CENTER=0X04, TOP=0X08, BOTTOM=0x10 }; extern int panel_position; +extern int panel_horizontal; extern int panel_refresh;