X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.h;h=b40776df9afa541538c10c802bb150386328fe3e;hb=6f6ab8c442b1626a1cd28868900a00fe4bf8cb08;hp=bd96ab200992f998d00ca9d099c0befda1974dd4;hpb=3b8bcd3e3a5ccb94c8d0c832c671f1f845f2ce76;p=chaz%2Fopenbox diff --git a/openbox/screen.h b/openbox/screen.h index bd96ab20..b40776df 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -41,13 +41,13 @@ extern Window screen_support_win; /*! The last time at which the user changed desktops */ extern Time screen_desktop_user_time; -typedef struct DesktopLayout { +typedef struct ObDesktopLayout { ObOrientation orientation; ObCorner start_corner; guint rows; guint columns; -} DesktopLayout; -extern DesktopLayout screen_desktop_layout; +} ObDesktopLayout; +extern ObDesktopLayout screen_desktop_layout; /*! An array of gchar*'s which are desktop names in UTF-8 format */ extern gchar **screen_desktop_names;