openbox/plugins
Scott Moynes 22ff8c587d Menu parsing updates for plugins.
FIFO menus are the only plugin that takes advantage of this.
Example:
<menu id="root" label="Openbox 3">
  <menu id="fonk" label="fonk" plugin="fifo_menu">
  </menu>
</menu>

This creates a FIFO ~/.openbox/fifo_menu/fonk to which you can send
menus to. The menus sent to it must be like
<fifo>
  <item>
   etc...
</fifo>

I think. If my memory serves me right.

It is all hideous, but I just wanted to experiment and see if it was
possible.
2003-07-17 01:40:27 +00:00
..
keyboard replace the focus_backup with the screen_support_win, we dont need 2 offscreen windows. 2003-07-10 18:44:27 +00:00
menu Menu parsing updates for plugins. 2003-07-17 01:40:27 +00:00
mouse prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants. 2003-07-10 07:16:19 +00:00
placement make ob_state a function so it cant be changed outside of openbox.c 2003-07-10 19:06:00 +00:00
resistance rename the Client struct to ObClient 2003-07-10 06:38:42 +00:00
.cvsignore update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah! 2003-07-10 04:31:05 +00:00
interface.h this is a big one! im putting stats in here just cuz! 2003-05-24 21:47:06 +00:00
obconf_interface.h this is a big one! im putting stats in here just cuz! 2003-05-24 21:47:06 +00:00