]>
Dogcows Code - chaz/openbox/blob - src/main.cc
1 // -*- mode: C++; indent-tabs-mode: nil; -*-
4 @brief Main entry point for the application
8 # include "../config.h"
9 #endif // HAVE_CONFIG_H
18 #include "blackbox.hh"
21 int main(int argc
, char **argv
) {
22 // initialize the locale
23 setlocale(LC_ALL
, "");
24 bindtextdomain(PACKAGE
, LOCALEDIR
);
27 //ob::Openbox openbox(argc, argv);
28 ob::Blackbox
blackbox(argc
, argv
, 0);
30 //Blackbox blackbox(argv, session_display, rc_file);
This page took 0.03372 seconds and 4 git commands to generate.