]>
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
14 #endif // HAVE_LOCALE_H
24 int main(int argc
, char **argv
) {
25 // initialize the locale
26 setlocale(LC_ALL
, "");
27 bindtextdomain(PACKAGE
, LOCALEDIR
);
30 ob::Openbox
openbox(argc
, argv
);
This page took 0.035356 seconds and 4 git commands to generate.