1
0
mirror of https://github.com/gryf/wmtemp.git synced 2026-03-23 10:53:33 +01:00

Using NVCtrlLib library instead of nvidia-settings program. Refactoring and

code cleanup. Changed version to 0.4.0
This commit is contained in:
2012-05-30 11:21:27 +02:00
parent 4e92b6f5ca
commit ac503a1ee5
5 changed files with 32 additions and 45 deletions

View File

@@ -366,7 +366,7 @@ void setMaskXY(int x, int y) {
/*******************************************************************************\
|* openXwindow *|
\*******************************************************************************/
void openXwindow(int argc, char *argv[], char *pixmap_bytes[], char *pixmask_bits, int pixmask_width, int pixmask_height) {
void openXwindow(int argc, char *argv[], char *pixmap_bytes[], const char *pixmask_bits, int pixmask_width, int pixmask_height) {
unsigned int borderwidth = 1;
XClassHint classHint;